Skip to content

Commit 1eb7c58

Browse files
committed
Update README.md
1 parent 638f0a1 commit 1eb7c58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ performance improvements. It’s a big one!
2323
2. **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

2929
3. **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

3535
4. **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

4141
5. **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

Comments
 (0)