Skip to content

Commit

Permalink
Merge pull request #98 from slimgroup/add_docs
Browse files Browse the repository at this point in the history
change doc fig path for display
  • Loading branch information
rafaelorozco authored Nov 16, 2023
2 parents a189d52 + 8dd8e79 commit 4a294e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ax4.set_xlim([-3.5, 3.5]); ax4.set_ylim([-3.5, 3.5])
savefig("plot_banana.svg")
nothing
```
![](plot_banana.svg)
![plot_banana.svg](plot_banana.svg)



Expand Down Expand Up @@ -207,7 +207,7 @@ ax10.set_xlim([-3.5, 3.5]); ax10.set_ylim([-3.5, 3.5])
savefig("plot_cbanana.svg")
nothing
```
![](plot_cbanana.svg)
![plot_cbanana.svg](plot_cbanana.svg)



Expand Down

0 comments on commit 4a294e4

Please sign in to comment.