I'm running an ipython notebook that sets the default matplotlib background plot color as gray. The look fine; however, when I do:
The background color returns to white. Furthermore, if I explicitly pass a background color:
py.iplot_mpl(fig, plot_bgcolor='rgb(128,0,0)')
It is still white. Is py.iplot_mpl not passing the background color attribute through?
I'm running an ipython notebook that sets the default matplotlib background plot color as gray. The look fine; however, when I do:
The background color returns to white. Furthermore, if I explicitly pass a background color:
It is still white. Is py.iplot_mpl not passing the background color attribute through?