From 3377b1dc6e5a43ff3d31e128cbbc0aba3c9b58bb Mon Sep 17 00:00:00 2001 From: Christian Kral Date: Fri, 13 Dec 2024 16:08:06 +0100 Subject: [PATCH] Fix spelling error --- src/phasor.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phasor.jl b/src/phasor.jl index a12e6c0..53fbb37 100644 --- a/src/phasor.jl +++ b/src/phasor.jl @@ -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