[Matplotlib-users] how do I set the order of layers?

2013-08-24 Thread vwf
Hello, In the attached example I would like to have the wedges under the arrows. Can someone tell me how do this? I tried to follow the tutorial from http://matplotlib.org/users/artists.html but I didn't really get it all. Thank you from pylab import * from numpy import ma import math import m

Re: [Matplotlib-users] how do I set the order of layers?

2013-08-24 Thread Francesco Montesano
use the "zorder" keyword. higher zorder stay above lower values. cheers Francesco Il giorno 24/ago/2013 11:27, "vwf" ha scritto: > Hello, > > In the attached example I would like to have the wedges under the > arrows. Can someone tell me how do this? I tried to follow the tutorial > from http://