[Matplotlib-users] FigureCanvasQTAgg has no 'renderer' error in v1.1, works in v1.0.1

2012-03-01 Thread Dave Engelsma
this code fails under v1.1? I've checked the changelog and I see nothing that would cause this problem... Thanks in advance, Dave Engelsma -- Virtualization Cloud Management Using Capacity Planning Cloud computing

[Matplotlib-users] Basemap drawparallels failed issue

2011-11-24 Thread Dave Xia
have any idea to fix this issue? Thanks! Dave #here is a test program to test the drawparallels function #testbasemap.py from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt import numpy as np import math latmin=36.803200 latmax=37.306640 lonmin=-76.396026 lonmax=-75.602331

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-28 Thread Dave Hirschfeld
Michael Droettboom mdroe@... writes: the PDF image :/ Can you send the PDF file to me (off-list)? It would be helpful to look at the content of the file and see the nature of the failure. Mike Done! Let me know if it doesn't arrive... -Dave

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-27 Thread Dave Hirschfeld
On 09/21/2011 10:28 AM, Dave Hirschfeld wrote: Is this a bug in the PDF/SVG backends or am I doing something wrong? If the former is there any workaround? The simple testcase below demonstrates the problem whereby the watermark doesn't show up in the pdf output but does in the png output

[Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-21 Thread Dave Hirschfeld
', dpi=fig.get_dpi()) Thanks, Dave -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk

[Matplotlib-users] Figure Options dialog does not update the legend

2011-07-17 Thread Dave Giesen
. Comments? Is there an easier, better way to do this? Dave def apply_callback(data): This function will be called to apply changes if has_curve: general, curves = data else: general, = data # Set / General title, xmin, xmax, xlabel

[Matplotlib-users] howto save MplWidget to png or tif file --- savefig not working

2010-02-16 Thread Dave M Tung
that I missed? thanks dave MplWidget Classs from PyQt4 import QtGui - Ignored: from matplotlib.backends.backend_qt4agg \ import FigureCanvasQTAgg

[Matplotlib-users] trying to Copy plot from one MplWidget canvas to another

2010-02-08 Thread Dave . M . Tung
(self.canvas) self.setLayout(self.vbl) Regards, Dave Tung cell: 925-321-6657 office: 510-353-4770 dave.m.t...@seagate.com-- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online

[Matplotlib-users] ipython and figs with mplot3d

2009-09-30 Thread dave martin
hi i've just upgraded to 0.99, and trying out mplot3d for the first time - wondering if a few things are standard behaviour or not. any example i choose from the standard bunch will work fine with %run *** in ipython, but once the figure is drawn and closed, i no longer have the ability to

Re: [Matplotlib-users] segfault on plot

2009-09-11 Thread Dave
Eric Firing efir...@... writes: Dave wrote: I upgraded my numpy to 1.4.0.dev7375 and scipy to 0.8.0.dev5920. After doing so I get a segfault upon calling the plot command (see below) What happens if you simply do x = randn(100) or plot([1,2,3,2,1]) My guess is that you

[Matplotlib-users] segfault on plot

2009-09-10 Thread Dave
I upgraded my numpy to 1.4.0.dev7375 and scipy to 0.8.0.dev5920. After doing so I get a segfault upon calling the plot command (see below) I guess I need to compile from source but I'm not sure exactly how to do so - are there any good step-by-step instructions out there? Thanks, Dave Python

Re: [Matplotlib-users] X axis layout differences between matplotlib 0.98.5.2 and 0.98.3

2009-06-19 Thread Dave Coutts
Hi All Just wondering if anybody could give me some pointers on the problem I have described below ? For those that getting redirected to the freehostia main page for what ever reason, please try this link. http://waka.freehostia.com/python/ Thanks Hi I am developing on a Desktop install

[Matplotlib-users] X axis layout differences between matplotlib 0.98.5.2 and 0.98.3

2009-06-15 Thread Dave Coutts
Hi I am developing on a Desktop install Ubuntu 9.04 machine with matplotlib 0.98.5.2, and running the scripts on a Server install Ubuntu 8.10 machine with matplotlib 0.98.3. I have found that the X axis layout for the same script varies between the two machines. Both have standard

[Matplotlib-users] EPS images and MS Word

2007-06-04 Thread Dave Baum
. Dave Baum - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2

Re: [Matplotlib-users] Ipython and python2.5

2007-01-26 Thread Dave
don't have them I believe they can be found on the net. HTH, Dave - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business

[Matplotlib-users] clip_on bug? and 2nd-axis label question

2006-12-08 Thread Dave
In past work I have not been able to get clipping to behave as I expected. Today I was trying to understand how to add a right-axis label and was using an example from the matplotlib site that set clip_on=False. It did not work. In looking at the code in method text() it appears that it checks