[Matplotlib-users] Postscript problem

2008-04-27 Thread Arthur M. Greene
Hello Matplotlib users, I'm having difficulty generating postscript, and receiving an error that I'm guessing reflects a version conflict, but I'm not sure exactly which version of what needs to be changed. If I generate a plot (backend is QtAGG, so I get a window), then click on the save

Re: [Matplotlib-users] Postscript problem

2008-04-27 Thread Johann Cohen-Tanugi
hmm, I did not use matplotlib recently, but looking at the library, I would guess that I have the same issue : [EMAIL PROTECTED] ~]$ ldd /usr/lib/python2.5/site-packages/matplotlib/ttconv.so linux-gate.so.1 = (0x0011) libpython2.5.so.1.0 = /usr/lib/libpython2.5.so.1.0

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 23, Issue 38

2008-04-27 Thread Johann Cohen-Tanugi
I dont know if it is related, but I am actually failing an exemple : [EMAIL PROTECTED] matplotlib]$ ipython examples/pstest.py --- ImportError Traceback (most recent call last)

Re: [Matplotlib-users] Postscript problem

2008-04-27 Thread Johann Cohen-Tanugi
Sorry for the preceding mis-threaded version. Here it is again : I dont know if it is related, but I am actually failing an exemple : [EMAIL PROTECTED] matplotlib]$ ipython examples/pstest.py --- ImportError

Re: [Matplotlib-users] Postscript problem

2008-04-27 Thread Arthur M. Greene
The replies have been helpful, but I'm still trying to figure out where the problem lies, but I have noticed that matplotlib-0.90.1 apparently doesn't use ttconv. I have this version installed at home and am able to generate poscript without a problem. Are you able to tell which package is

[Matplotlib-users] plot xyz data

2008-04-27 Thread sandric ionut
Hello: I am new to Matplotlib. I have my data organized in three columns: x,y,z. x and y represents the coordinates of a point and z is the elevation at that point. I want to create a chart that has on y axis the elevation and on x axis the distance between the coordinates of the points. The

Re: [Matplotlib-users] Strange Plotting Behavior When Extremely Zoomed

2008-04-27 Thread Sunzen Wang
Oh, a pity. While it's true that it is easily reproduced on my system and also my users'. On my system, matplotlib is 0.90.1, and gtkagg backend is used. Thank you for your attention. Regards On Fri, Apr 25, 2008 at 8:15 PM, Michael Droettboom [EMAIL PROTECTED] wrote: I'm not able to reproduce

Re: [Matplotlib-users] Hexagonal binning plot

2008-04-27 Thread Michiel de Hoon
Hi everybody, About two weeks ago I was asking on this mailing list if matplotlib can make hexagonal binning plots as an alternative to scatter plots. I have now written such a function for matplotlib. In case other people are also looking for this functionality, the patch is available here:

Re: [Matplotlib-users] Strange Plotting Behavior When Extremely Zoomed

2008-04-27 Thread Stephen George
Hi Sunzen, I also get similar results as you. - always have 'extremely zoomed' means I pick a corner of your staircase, and zoom in on the corner multiple times, each time no bigger than the cross hairs of the cursor. If I don't get the blocked out triangles I get the data changing direction