You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ This project originated as an exploration of the interactive possibilities that
7
7
8
8
**Note**: Some of the features are experimental. They might not function fully as expected or could be subject to changes in future versions.
9
9
10
-
**Note**: It is possible that currently there are too many keywords. Options are being considered to simplify some aspects.
11
-
12
10
## Usage
13
11
14
12
```julia
@@ -120,9 +118,9 @@ fig
120
118
121
119
## Interactive Data Markers
122
120
123
-
Interactive data markers can be added to your Smith chart using the `datamarkers(sc::SmithAxis, gp::GridPosition)` function. Double-click on lines or scatter plots to place a marker. To remove a marker, double-click on it. Future enhancements may include marker dragging and real-time information updates.
121
+
Interactive data markers can be added to your Smith chart using the `datamarkers(sc::SmithAxis, gp::GridPosition)` function. Double-click on lines or scatter plots to place a marker. To remove a marker, double-click on it. It is possible to move the marker by dragging it with the left click.
124
122
125
-

123
+

126
124
127
125
128
126
## Stability, Gain and Noise Circles
@@ -277,6 +275,6 @@ There are multiple keywords to modify the position of the ticks. Some of them ar
277
275
278
276
### Subgrid split
279
277
280
-
The `splitgrid` keyword controls the number of cuts for each zoomlevel. The value should be a
278
+
The `splitgrid` keyword controls the number of cuts for each zoomlevel.
0 commit comments