Re: [Matplotlib-users] how to reduce the file size of plots generated with matplotlib

2014-03-25 Thread Slavin, Jonathan
I think what the responders have in mind is simply outputting files in a different format, e.g. png, which is rasterized. One alternative you might consider is using code written by Tom Robataille called rasterized_scatter. It automatically rasterizes your data points. You can find it on github.

Re: [Matplotlib-users] Changing figure background color (through rcparams?)

2014-03-25 Thread Pierre Haessig
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.