Merge 73aa61ceb61fe6a3aa7f3f11fac1653785823f4a into 85f7acf9d59a80d3e29c7555cff9622eed2493d5

This commit is contained in:
Christopher Rackauckas 2016-05-13 01:56:11 +00:00
commit ba8abec825

View File

@ -737,7 +737,7 @@ function _add_series(pkg::PyPlotBackend, plt::Plot, d::KW)
end end
# this sets the bg color inside the grid # this sets the bg color inside the grid
ax[:set_axis_bgcolor](getPyPlotColor(plt.plotargs[:background_color_inside])) ax[:set_facecolor](getPyPlotColor(plt.plotargs[:background_color_inside]))
# handle area filling # handle area filling
fillrange = d[:fillrange] fillrange = d[:fillrange]