Ticks are now visible for filled contours without grid=:none parameter
This commit is contained in:
parent
47590b2538
commit
886ed99fbd
@ -1148,7 +1148,6 @@ function _before_layout_calcs(plt::Plot{PyPlotBackend})
|
|||||||
linestyle = py_linestyle(:line, axis[:gridstyle]),
|
linestyle = py_linestyle(:line, axis[:gridstyle]),
|
||||||
linewidth = py_thickness_scale(plt, axis[:gridlinewidth]),
|
linewidth = py_thickness_scale(plt, axis[:gridlinewidth]),
|
||||||
alpha = axis[:gridalpha])
|
alpha = axis[:gridalpha])
|
||||||
ax."set_axisbelow"(true)
|
|
||||||
else
|
else
|
||||||
pyaxis."grid"(false)
|
pyaxis."grid"(false)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user