@@ -23,20 +23,20 @@ performance improvements. It’s a big one!
23232 . ** Horizontal Plots** : Users can now create horizontal layout plots,
2424 providing compact data visualization. This can be achieved by
2525 setting ` horizontal=True ` in the ` .plot() ` method. See the
26- [ Horizontal Plots tutorial] ( .. /tutorials/08-horizontal_plot.html )
26+ [ Horizontal Plots tutorial] ( nbs /tutorials/08-horizontal_plot.ipynb )
2727 for more details.
2828
29293 . ** Forest Plots** : Forest plots provide a simple and intuitive way to
3030 visualize many delta-delta (or delta * g* ), mini-meta, or regular
3131 delta effect sizes at once from multiple different dabest objects
3232 without presenting the raw data. See the [ Forest Plots
33- tutorial] ( .. /tutorials/07-forest_plot.html ) for more details.
33+ tutorial] ( nbs /tutorials/07-forest_plot.ipynb ) for more details.
3434
35354 . ** Gridkey** : Users can now represent experimental labels in a
3636 ‘gridkey’ table. This can be accessed with the ` gridkey ` parameter
3737 in the ` .plot() ` method. See the gridkey section in the [ Plot
38- Aesthetics tutorial] ( .. /tutorials/09-plot_aesthetics.html ) for more
39- details.
38+ Aesthetics tutorial] ( nbs /tutorials/09-plot_aesthetics.ipynb ) for
39+ more details.
4040
41415 . ** Other Visualization Improvements** :
4242
@@ -65,7 +65,7 @@ performance improvements. It’s a big one!
6565 Raw and contrast bars are shown by default. Users can customize
6666 these bars and add summary bands as needed. For detailed
6767 customization instructions, please refer to the [ Plot Aesthetics
68- tutorial] ( .. /tutorials/09-plot_aesthetics.html ) .
68+ tutorial] ( nbs /tutorials/09-plot_aesthetics.ipynb ) .
6969
7070 - ** Tighter spacing in delta-delta and mini-meta plots** : We have
7171 adjusted the spacing of delta-delta and mini-meta plots to reduce
0 commit comments