Re: [Matplotlib-users] Plotting basemap on top of other data

2011-12-10 Thread Patrick Marsh
HI, My initial thought was that you need to use the "zorder" keyword argument and set the zorder to a large value. However, the more I thought about it, I'm not really sure how you are plotting the satellite data. Can you provide a code snippet? PTM --- Patrick Marsh Ph.D. Student / Liaison to

[Matplotlib-users] How to do million data-point plots with Matplotlib?

2011-12-10 Thread David Smith
I have been working on a program that uses Matplotlib to plot data consisting of around one million points. Sometimes the plots succeed but often I get an exception: OverFlowError: Agg rendering complexity exceeded. I can make this message go away by plotting the data in "chunks" as illustrated i

[Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-10 Thread Alex Naysmith
Hello, I'm trying to plot the stresses in colour of a strained isoparametric element. I have a six noded triangle with vertice coordinates [(xa1,ya1),(xa2,ya2),(xa3,ya3)] = pos_a This triangle deforms and the new coordinate positions are [(xb1,yb1),(xa2,yb2),(xb3,yb3)] = pos_b The remaining nod