You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ with plt.style.context("physics_plot.pp_base"):
49
49
50
50
## Examples
51
51
52
-
-**Bode plot** (`examples/bode-plot.py`) generates a two-panel magnitude/phase plot for a first-order low-pass filter.
52
+
-**Bode plot** ([`examples/bode-plot.py`](https://github.com/c0rychu/physics-plot/blob/main/examples/bode-plot.py)) generates a two-panel magnitude/phase plot for a first-order low-pass filter.
-**Violin plot** (`examples/violin-plot.ipynb`) demonstrates how to pair `Handles` with `Axes.violinplot` so the legend of the violin plot can be created, which is absent in Matplotlib.
56
+
-**Violin plot** ([`examples/violin-plot.ipynb`](https://github.com/c0rychu/physics-plot/blob/main/examples/violin-plot.ipynb)) demonstrates how to pair `Handles` with `Axes.violinplot` so the legend of the violin plot can be created, which is absent in Matplotlib.
0 commit comments