Skip to content

Commit

Permalink
Fix documentation of default values of argument colorDash
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Sep 13, 2024
1 parent 720b2ca commit e8893df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/phasor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ background color "white" can be used; default value = "none"
`linestyle` Line style of the phasor; default value = "-"
`colorDash` Color of the dashed circle (left subplot) and the horizontal dashed
lines between the left and right subplot; default value = colorBlack4
lines between the left and right subplot; default value = "gray"
`left` Left side of the figure; default value = 0.2
Expand Down Expand Up @@ -515,7 +515,6 @@ function phasorsine(mag = 1,
coordsA="data", coordsB="data",
axesA=ax2, axesB=ax2, color=colorDash,
linewidth=lineWidth1, linestyle=":", clip_on=false)

ax2.add_artist(con)
con = matplotlib.patches."ConnectionPatch"(
xyA=(philim*180/pi, mag*sin(phi)), xyB=(mag*cos(phi), mag*sin(phi)),
Expand Down Expand Up @@ -626,7 +625,7 @@ background color "white" can be used; default value = "none"
`linestyle` Line style of the phasor; default value = "-"
`colorDash` Color of the dashed circle (left subplot) and the horizontal dashed
lines between the left and right subplot; default value = colorBlack4
lines between the left and right subplot; default value = "gray"
`left` Left side of the figure; default value = 0.2
Expand Down

0 comments on commit e8893df

Please sign in to comment.