[Matplotlib-users] Radar chart with multiple scales?

2010-05-13 Thread Uri Laserson
Hi all, I noticed that the example for the radar chart has only a single scale. Is there a way to generate a radar plot where each axis has its own scale? Thanks! Uri -- Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 80

[Matplotlib-users] Matplotlib crashes on mouse event

2010-05-13 Thread Fabrice Silva
hi folks, even on simple script, matplotlib crashes : fab:$ python Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot as plt >>>

Re: [Matplotlib-users] Basemap: What is the angular domain for coordinates?

2010-05-13 Thread Jeff Whitaker
On 5/13/10 3:22 PM, Reckoner wrote: > How do I know if the angular domain for a map is > > Longitude \in {0,360} > > or > > Longitude \in {-180,180}? > > Or, for that matter, > > Latitude \in {-90,90} > > as opposed to: > > Latitude \in {0,180} > > Thanks! > > You can query the Basemap instance va

[Matplotlib-users] Basemap: What is the angular domain for coordinates?

2010-05-13 Thread Reckoner
How do I know if the angular domain for a map is Longitude \in {0,360} or Longitude \in {-180,180}? Or, for that matter, Latitude \in {-90,90} as opposed to: Latitude \in {0,180} Thanks! --

[Matplotlib-users] debugging process gets stuck with matpltlib after show()

2010-05-13 Thread Sandy Sandy
Hi all, I am new born in Python ( 1 week old) Can you pls help to understand the basic concept of matpltlib interacting with Python the mutter is: during debugging the debug processes stacks when fig is created for example, in code import matplotlib.pyplot as plt from pylab impo