Skip to content

Commit 4a294e4

Browse files
authored
Merge pull request #98 from slimgroup/add_docs
change doc fig path for display
2 parents a189d52 + 8dd8e79 commit 4a294e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ax4.set_xlim([-3.5, 3.5]); ax4.set_ylim([-3.5, 3.5])
100100
savefig("plot_banana.svg")
101101
nothing
102102
```
103-
![](plot_banana.svg)
103+
![plot_banana.svg](plot_banana.svg)
104104

105105

106106

@@ -207,7 +207,7 @@ ax10.set_xlim([-3.5, 3.5]); ax10.set_ylim([-3.5, 3.5])
207207
savefig("plot_cbanana.svg")
208208
nothing
209209
```
210-
![](plot_cbanana.svg)
210+
![plot_cbanana.svg](plot_cbanana.svg)
211211

212212

213213

0 commit comments

Comments
 (0)