Skip to content

Commit a2ce96e

Browse files
committed
a
1 parent 55b3b6e commit a2ce96e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SmithChart
22

33
A Julia library for creating interactive Smith charts using Makie.jl.
4-
This project originated as an exploration of the interactive possibilities that Makie.jl offers.
4+
This project originated as an exploration of the interactive possibilities that Makie offers.
5+
6+
**Note**: Certain visual details of the Smith Chart may require further refinement to enhance aesthetic and overall visual quality.
57

68
**Note**: Some of the features are experimental. They might not function fully as expected or could be subject to changes in future versions.
79

810
**Note**: It is possible that currently there are too many keywords. Options are being considered to simplify some aspects.
911

10-
**Note**: Certain visual details of the Smith Chart may require further refinement to enhance aesthetic and overall visual quality.
11-
1212
## Usage
1313

1414
```julia
@@ -42,7 +42,7 @@ fig
4242
![SmithChartExample](Images/smithplot_color.png)
4343

4444

45-
## Integration with Makie Utilities
45+
## Integration with Makie
4646

4747
This example showcases the seamless integration of the Smith chart with Makie.jl's interactive functionalities. It demonstrates a typical scenario used to teach impedance matching, where we aim to transform a source impedance of 50+100j $\Omega$ to a load impedance of 50 $\Omega$. To achieve this, we utilize a transmission line and a parallel stub, and control their lengths via sliders. By dynamically adjusting these lengths, users can observe how the source impedance seen by the load evolves on the Smith chart, visually illustrating the impedance matching process.
4848

@@ -159,6 +159,6 @@ There are multiple keywords to modify the position of the ticks. Some of them ar
159159

160160
### Subgrid split
161161

162-
The `splitminor` keyword controls the number of cuts of a space between ticks when there is no zoom. See also `splitgrid` to control the split when zooming.
162+
The `splitminor` keyword controls the number of cuts of a space between ticks when there is no zoom. See also `splitgrid` to control the number of cuts while zooming.
163163

164164
![keywordexample](Images/splitminor.png)

0 commit comments

Comments
 (0)