[Matplotlib-users] trying to plot polar data

2009-06-16 Thread Yeates, Mathew C
Hi I am running the following snippet ax = axes(polar=True) polar(angles,mag,'bo') and I get the attached plot How do make the dashed lines continue inward? How do choose the spacing? How do remove the ugly text? Mathew

[Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Yeates, Mathew C
The following produces an arc instead of a line. What am I doing wrong? ax = axes(polar=True,rmax=1.0) polar([1,2],[0.2,0.3]) #or plot([1,2],[0.2,0.3]) -- Crystal Reports - New Free Runtime and 30 Day Trial Check out th

Re: [Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Yeates, Mathew C
Thanks. The svn trunk worked for me. -Original Message- From: Michael Droettboom [mailto:md...@stsci.edu] Sent: Wednesday, June 17, 2009 9:27 AM To: Yeates, Mathew C Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] drawing a line segment wjhen using polar

[Matplotlib-users] basemap with Python26?

2008-10-23 Thread Yeates, Mathew C
Hi I'm getting the traceback >>> from mpl_toolkits.basemap import Basemap /home/myeates/lib/python2.6/site-packages/httplib2/__init__.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha Traceback (most recent call last): File "", line 1, in F

Re: [Matplotlib-users] basemap with Python26?

2008-10-23 Thread Yeates, Mathew C
yes, thats the problem. I need ssl Thx Mathew From: Jeff Whitaker [EMAIL PROTECTED] Sent: Thursday, October 23, 2008 10:01 AM To: Yeates, Mathew C Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] basemap with Python26? Yeates

[Matplotlib-users] formlayout only for Qt back end?

2009-12-07 Thread Yeates, Mathew C (388D)
Hi I discovered "forrmlayout" by Pierre Raybaut (http://code.google.com/p/formlayout/) and I would like to use it for plot configuration. Is it only for the PyQt backend? I'm using GtkAgg. Mathew -- Join us December 9, 2

[Matplotlib-users] strange behavior using a mask with Basemap

2010-03-25 Thread Yeates, Mathew C (388D)
Hi I would expect hgt=ma.masked_where(div == 0,hgt) m.contourf(x,y,hgt,15,cmap=plt.cm.jet) to produce a map complementary to the map produced by hgt=ma.masked_where(div != 0,hgt) m.contourf(x,y,hgt,15,cmap=plt.cm.jet) But, this is not the case. What am I missing? Mathew

[Matplotlib-users] simple example using Basemap in a gtk app??

2010-03-29 Thread Yeates, Mathew C (388D)
Hi Anyone have an example? I found some older examples which no longer work. TIA Mathew For grins The following does not work. I've tried many different variations ... import matplotlib.pyplot as plt import gtk from mpl_toolkits.basemap import Basemap import matplotlib from matplotlib.fi

[Matplotlib-users] display a filled lat/lon basemap rectangle.

2010-04-07 Thread Yeates, Mathew C (388D)
Hi What is the simplest way to fill in a 1 degree by 1 degree rectangle on a basemap projection? Mathew -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proacti