Hi

> Just to elaborate on what Ben said, all matplotlib artists have a "set"
> method. E.g.:
> 
>     ax.set(xlim=[min, max], ylim=[min, max], xlabel='blah')
> 
> "plt.setp" basically just calls "set", but it will also operate on
> sequences of artists.  Therefore you can do things like:

great! exactly what I was looking for :)

Thanks

Arun


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to