Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Sep 13, 2024
1 parent 7ae523f commit 4d89e1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/phasor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@ lines between the left and right subplot; default value = colorBlack4
`showdashline` If `true`, the dashed lines are shown; default value = `true`
`shift` If `true`, the sine curve on the right is plotted with phase shift
`phi`; default value = `true`
`marker` If unequal to `""`, a marker is used in the right plot;
default value = `""`
# Example
Copy and paste code:
Expand Down Expand Up @@ -634,6 +640,12 @@ lines between the left and right subplot; default value = colorBlack4
`showdashline` If `true`, the dashed lines are shown; default value = `true`
`shift` If `true`, the cosine curve on the right is plotted with phase shift
`phi`; default value = `true`
`marker` If unequal to `""`, a marker is used in the right plot;
default value = `""`
# Example
Copy and paste code:
Expand Down

0 comments on commit 4d89e1f

Please sign in to comment.