Skip to content

Commit a27db22

Browse files
committed
fix readme
1 parent 1abf743 commit a27db22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ region = poly!(ax, B, strokecolor = :black, strokewidth = 1.2, color = Pattern('
218218
translate!(region, (0, 0, -2))
219219
text!(ax, "Stable Input region", position = Point2f(-0.5, -0.5), font = :bold, color = :blue, fontsize = 13)
220220
```
221-
![stabilityregions1](Images/stableregions.svg)
221+
![stabilityregions1](Images/bothregions.svg)
222222

223223
It is possible to obtain the input or output stability regions with `StabilityCircle(S11, S12, S21, S22, :source, npoints)` or `StabilityCircle(S11, S12, S21, S22, :load, npoints)`.
224224

@@ -241,8 +241,6 @@ text!(ax, "Stable Output", position = Point2f(0.3, 0.5), font = :bold, color = :
241241
![stabilityregions2](Images/StableRegionsLines.svg)
242242

243243

244-
![ZoomGif](Images/SmithChart_zoom.gif)
245-
246244
## Dynamic Annotation Update
247245

248246
You can activate a experimental dynamic curve annotation with the keyword `textupdate = true`
@@ -252,6 +250,9 @@ fig = Figure(size = (800,600))
252250
ax = SmithAxis(fig[1, 1]; subgrid = true, cutgrid = true, zoomupdate = true, textupdate = true, threshold = (150, 150))
253251
```
254252

253+
![ZoomGif](Images/SmithChart_zoom.gif)
254+
255+
255256
## Other Keywords
256257

257258
How some keywords modify visual aspects of the Smith Chart.

0 commit comments

Comments
 (0)