|
From: Pierre H. <pie...@cr...> - 2014-03-25 13:51:14
|
Hi, Le 20/03/2014 18:40, Adam Hughes a écrit : > I am using an IPython notebook style that has a soft, yellow > background that I think is more appealing that white. When I make a > plot, I'd like the background of the plot (ie, everything that is > outside the x and y axis) to be the same color. I'm trying to change > the figure.facecolor parameter through rc params but I don't see any > changes. Is figure.facecolor event he correct parameter? > > Has anyone done this successfully? > I think that 'axes.facecolor' does the job. 'figure.facecolor' changes the background of the figure outside the plots (axes), that is the background color of the windows (which is not visible in the Notebook). best, Pierre |