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
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
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
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
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
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
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
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
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