commit
6d4353d0b1
@ -1520,14 +1520,10 @@ end
|
|||||||
yflip := true
|
yflip := true
|
||||||
aspect_ratio := 1
|
aspect_ratio := 1
|
||||||
rs, cs, zs = Plots.findnz(z.surf)
|
rs, cs, zs = Plots.findnz(z.surf)
|
||||||
xlims := ignorenan_extrema(cs)
|
xlims := widen(ignorenan_extrema(cs)..., get(plotattributes, :xscale, :identity))
|
||||||
ylims := ignorenan_extrema(rs)
|
ylims := widen(ignorenan_extrema(rs)..., get(plotattributes, :yscale, :identity))
|
||||||
if plotattributes[:markershape] == :none
|
markershape --> :circle
|
||||||
markershape := :circle
|
markersize --> 1
|
||||||
end
|
|
||||||
if plotattributes[:markersize] == default(:markersize)
|
|
||||||
markersize := 1
|
|
||||||
end
|
|
||||||
markerstrokewidth := 0
|
markerstrokewidth := 0
|
||||||
if length(unique(zs)) == 1
|
if length(unique(zs)) == 1
|
||||||
seriescolor --> :black
|
seriescolor --> :black
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user