fix set_axis_bgcolor

This commit is contained in:
Michael K. Borregaard 2017-02-28 09:15:32 +01:00
parent 8f841cdea4
commit 7aca2b1584

View File

@ -1075,7 +1075,7 @@ function _before_layout_calcs(plt::Plot{PyPlotBackend})
py_add_legend(plt, sp, ax)
# this sets the bg color inside the grid
ax[:set_axis_bgcolor](py_color(sp[:background_color_inside]))
ax[:set_facecolor](py_color(sp[:background_color_inside]))
end
py_drawfig(fig)
end