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