[Matplotlib-users] save dialogue in macosx bug

2010-03-19 Thread Vincent Davis
I am running the 6.01 enthought 64 python package. I do the development inside of wingide if I run code inside of the wingide pythonshell, do a simple plot, I have to type show(). If I try to save the plot, I get the dialog but can not enter text into the file name. I can select an existing file a

Re: [Matplotlib-users] cxfreeze

2010-03-19 Thread Michael Droettboom
I have no experience with cx_freeze, but the page on packaging matplotlib with py2exe may be relevant. You do need to find a way to convince cx_freeze to include the data files and then a way for matplotlib to find them at run time. Mike Peter Bloomfield wrote: > Hi, > > I want to build execu

[Matplotlib-users] cxfreeze

2010-03-19 Thread Peter Bloomfield
Hi, I want to build executables from python scripts that call matplotlib under linux. To this end I have installed cxfreeze on my SuSE 11.2 machine I have tried two methods 1. Execute the command 'cxfreeze script.py' and 2. Creating a setup.py script import cx_Fr

Re: [Matplotlib-users] [CJK] can create png but not eps: some successes

2010-03-19 Thread David
Hello Mike, dear list, I am now able to generate a ps (and png) file with CJK characters (eps does NOT work). But my paths was rather surprising: * I put SimHei back at first position in matplotlibrc: font.sans-serif: SimHei, ~ * the following I took out of my dea.py: #import m

Re: [Matplotlib-users] Polar 3D plot?

2010-03-19 Thread Reinier Heeres
Hi Armin, Thanks, I added it to the mplot3d examples. Cheers, Reinier On Thu, Mar 18, 2010 at 3:46 PM, Armin Moser wrote: > Hi, > > you can create your supporting points on a regular r, phi grid and > transform them then to cartesian coordinates: > > from mpl_toolkits.mplot3d import Axes3D > im

Re: [Matplotlib-users] Using colourmap from matplotlib

2010-03-19 Thread Gary Ruben
I haven't tried it, but maybe it's to do with the fact that you're quantising the colourmap to 256 values; I think matplotlib computes the exact rgb values using interpolation. If the only reason you're using PIL is to get a .bmp file, maybe you could save the file straight from matplotlib as a

Re: [Matplotlib-users] [CJK] can create png but not eps

2010-03-19 Thread Michael Droettboom
David wrote: > Dear Mike, dear list, > > thanks for the continued help! > Here are my 'news': > > On 18/03/10 22:22, Michael Droettboom wrote: >>> import matplotlib >>> matplotlib.use('GtkCairo') >>> >>> Incidentally, if I uncomment those two lines, then the (Western) font >>> of my graph actually