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
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://