[Matplotlib-users] polar stereographic projection

2013-09-11 Thread Sourav Chatterjee
I am using 'spstere' for polar stereo graphic projection over Antarctica. The specifications llcrnrlat, llcrnrlon etc are specified in a python module. When I am doing it over north pole it is okay. But in South pole the latitude circles are not appearing. Can anyone tell where is the fault?

Re: [Matplotlib-users] polar stereographic projection

2013-09-11 Thread Jeff Whitaker
Sourav Chatterjee September 11, 2013 3:48 AMI am using 'spstere' for polar stereo graphic projection over Antarctica. The specifications llcrnrlat, llcrnrlon etc are specified in a python module. When I am doing it over north pole it is okay. But in South pole the latitude

[Matplotlib-users] Agg complexity exceeded or allocated too many blocks

2013-09-11 Thread toxie87
Hi! I'm having problem with data plotting in matplotlib. Tried versions, 1.2.0 and 1.3.0 too, the same thing occurs except the error message. On 1.2.0 the error message is Agg complexity exceeded on 1.3.0 it is Allocated too many blocks. The data i need to plot is 1M pts long and it's a bit

[Matplotlib-users] redrawing map within gtk application

2013-09-11 Thread Mario Mech
Hi all, I'm trying to refresh a map within a gtk application everytime a button is pressed. But whatever I do, it doesn't work. Somehow I need to clear the axes. But even that doesn't work. A short hint what I'm missing would be great. Here comes the reduced code: #!/usr/bin/env python