Skip to content

Commit 3dd442c

Browse files
committed
fix: update example links in README for Bode and Violin plots
1 parent e134919 commit 3dd442c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ with plt.style.context("physics_plot.pp_base"):
4949

5050
## Examples
5151

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.
5353

5454
![Bode plot](https://raw.githubusercontent.com/c0rychu/physics-plot/main/examples/bode-plot%402x.png)
5555

56-
- **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.
5757

5858
![Violin plot](https://raw.githubusercontent.com/c0rychu/physics-plot/main/examples/violin-plot%402x.png)
5959

0 commit comments

Comments
 (0)