Skip to content

Commit

Permalink
resize figure in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kimauth committed Sep 20, 2024
1 parent 51733ed commit 7c685f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ text!(ax, 3π/4, cos(3π/4); text="cos", align=(:right, :top), cycle, fontsize=1
# save figure that will have a resolution of 300dpi at 12cm x 8cm size
save("my_12x8cm_figure.png", f; px_per_unit)
```
![Demofigure for figure + font sizes](/assets/my_12x8cm_figure.png)
<img src="assets/my_12x8cm_figure.png" alt="Demofigure for figure and font sizes" width="340"/>

0 comments on commit 7c685f7

Please sign in to comment.