Re: [Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-03 Thread Oren
Anyone know how to solve this thing? Thanks. On 2 November 2014 03:40, oren oren...@gmail.com wrote: How can I save a matplotlib figure with text as a postscript image and that the text will be saved as text. Currently when I save the image as postscript all the text in the image ( xlabel

[Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-01 Thread oren
How can I save a matplotlib figure with text as a postscript image and that the text will be saved as text. Currently when I save the image as postscript all the text in the image ( xlabel, ylabel etc.. ) is saved as path and not as text.. Is it possible to save it as text? If I use the following

[Matplotlib-users] [wxmpl] mouse location (other PointEvents?) fail when two axes share same area

2012-02-14 Thread Oren Gampel
in them and the crosshairs disappear (if enabled). Removing the ax2 code, or just ensuring ax1 and ax2 do not overlap allows all the events to reach the handler. Any idea on how to receive mouse events from the overlapped area? Thanks, Oren

Re: [Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0

2011-04-27 Thread Oren Gampel
appreciate it if anyone else can try and reproduce it. Oren Re: [Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0 Michael Droettboom Thu, 21 Apr 2011 09:58:10 -0700 The repository is now on github, so if you want the very latest, you should get it from here: https

Re: [Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0

2011-04-20 Thread Oren Gampel
script I've attached. Again, please note that this script has no axes, plots, or drawn components, only an empty canvas that is being redrawn and causes the memory growth. Any ideas how to resolve this or further debug this? Thanks for your help, Oren On Mon, Apr 11, 2011 at 6:37 PM, Oren Gampel

[Matplotlib-users] Memory leakage in matplotlib 1.0.1 with wx 2.8.11.0

2011-04-11 Thread Oren Gampel
create any axes, nor plot any data. The only thing I do is draw() on a timer event. This makes my process grow about 6Mbyte per minute. Is this reproduced in other environments? Any ideas on how to resolve this? Thanks, Oren Copyright (C) 2003-2005 Jeremy O'Donoghue and others License: This work