[Matplotlib-users] Error saving to pdf with savefig on Mac OS X 10.6.7 (Snow Leopard)

2011-05-09 Thread Kaushik Kalyanaraman
Dear List, I use Matplotlib bundled with the Enthought Python Distribution (EPD) (both 32-bit and 64-bit versions). After a recent update, I find that my Python code (run either in a iPython shell or in bash shell) crashes while attempting to save figures to pdf files using savefig(). However,

Re: [Matplotlib-users] another incorrectly clipped PNG in the gallery

2011-05-09 Thread C M
On Thu, Sep 30, 2010 at 7:55 AM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Thu, Sep 23, 2010 at 10:31 AM, C M cmpyt...@gmail.com wrote: Until a more permanent solution is figured out, can anyone recommend any workarounds, even if they are a little clunky?  I'm embedding mpl plots in wxPython

Re: [Matplotlib-users] incremental colors for lines

2011-05-09 Thread Pythonified
Pythonified wrote: I have been trying to assign different colors for each line I plot, where the colors are incrementally darkened (or lightened), or selected from a colorbar (e.g. rainbow). Any ideas? I have found a simple and better way. One can chose from colors from a color map:

Re: [Matplotlib-users] incremental colors for lines

2011-05-09 Thread Gökhan Sever
On Mon, May 9, 2011 at 5:11 PM, Pythonified netdriverem...@gmail.comwrote: Pythonified wrote: I have been trying to assign different colors for each line I plot, where the colors are incrementally darkened (or lightened), or selected from a colorbar (e.g. rainbow). Any ideas? I