Skip to content

Commit

Permalink
correct image name in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 27, 2024
1 parent b83e6be commit 0efd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statista/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def violin(
>>> fig, ax = ts_2d.violin(mean=True, median=True, extrema=True)
.. image:: /_images/times_series/violin_means_medians_extrena.png
.. image:: /_images/times_series/violin_means_medians_extrema.png
:align: center
- You can display the violins on the low side only using the `side` parameter:
Expand Down

0 comments on commit 0efd04d

Please sign in to comment.