Ticks are now visible for filled contours without grid=:none parameter

This commit is contained in:
Lakshya Khatri 2020-06-23 15:53:51 +05:30
parent 47590b2538
commit 886ed99fbd

View File

@ -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