From: Arun P. <ape...@lb...> - 2014-02-06 21:42:59
|
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 |