Skip to content

Commit 467ede6

Browse files
committed
update fig url
1 parent 69c6d58 commit 467ede6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ plt.style.use("physics_plot.pp_base")
2525

2626
- **Bode plot** (`examples/bode-plot.py`) generates a two-panel magnitude/phase plot for a first-order low-pass filter.
2727

28-
![Bode plot](examples/bode-plot@2x.png)
28+
![Bode plot](https://raw.githubusercontent.com/c0rychu/physics-plot/main/examples/bode-plot%402x.png)
2929

3030
- **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.
3131

32-
![Violin plot](examples/violin-plot@2x.png)
32+
![Violin plot](https://raw.githubusercontent.com/c0rychu/physics-plot/main/examples/violin-plot%402x.png)
3333

3434
Feel free to start from either example when styling your own figures.
3535

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "physics-plot"
3-
version = "0.1.0.post1"
3+
version = "0.1.0.post2"
44
description = "matplotlib styles and utils"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)