update spy recipe

This commit is contained in:
Daniel Schwabeneder 2020-10-24 00:02:47 +02:00
parent 00351ebcf1
commit 54fdd4e177

View File

@ -1483,7 +1483,11 @@ end
markersize := 1 markersize := 1
end end
markerstrokewidth := 0 markerstrokewidth := 0
marker_z := zs if length(unique(zs)) == 1
seriescolor --> :black
else
marker_z := zs
end
label := "" label := ""
x := cs x := cs
y := rs y := rs