Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Dec 13, 2024
1 parent 8d0d296 commit 3377b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phasor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ function phasorcosine_hline(
con = matplotlib.patches."ConnectionPatch"(
xyA=(philim*180/pi, mag*cos(phi)), xyB=(-mag*sin(phi), mag*cos(phi)),
coordsA="data", coordsB="data",
axesA=ax2, axesB=ax1, color=colorgap,
axesA=ax2, axesB=ax1, color=gapcolor,
linewidth=linewidth, linestyle="-", clip_on=false)
ax2.add_artist(con)
end
Expand Down

0 comments on commit 3377b1d

Please sign in to comment.