Re: [Matplotlib-users] Matplotlib performance

2008-04-15 Thread Matt McCormick
I agree that exploration of large data sets is an important application, and that we need to speed it up. A couple days ago I added automatic subsetting (but not decimation--although this could be added easily) to image drawing, and that made a big difference for panning and zooming using

[Matplotlib-users] saving from GUI versus savefig, rc figure.facecolor, figure.edgecolor

2008-04-08 Thread Matt McCormick
Hi, Trying to save a figure with a black figure.facecolor, black figure.edgecolor. If I savefig(), it follows the rc file settings, but if save from the button in the GUI, I get a white figure.facecolor and figure.edgecolor. I tried changing the GUI backends to no avail. Currently using