I'm trying to do a plot with quiver but I would like the arrows to all have the same size.
I use the following input :
q = ax0.quiver(x, y, dx, dy, units='xy' ,scale=1)
But even if add options like norm = 'true' or Normalize = 'true' the arrows are not normalized
Any one knows how to do this ? Thank you

