Key error attempt: changed sp to axis
This commit is contained in:
parent
337fc9ce9d
commit
1e31e1d2df
@ -1062,6 +1062,11 @@ function _before_layout_calcs(plt::Plot{PyPlotBackend})
|
||||
# pyaxis[:grid](true, color = fgcolor)
|
||||
# ax[:set_axisbelow](true)
|
||||
# end
|
||||
if axis[:grid]
|
||||
fgcolor = py_color(axix[:foreground_color_grid])
|
||||
pyaxis[:grid](true, color = fgcolor)
|
||||
ax[:set_axisbelow](true)
|
||||
end
|
||||
py_set_axis_colors(ax, axis)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user