Key error attempt: changed sp to axis

This commit is contained in:
sfoo 2017-02-21 21:14:18 -08:00
parent 337fc9ce9d
commit 1e31e1d2df

View File

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