Hi,

I would like to change the orientation of a colorbar once it has already been 
drawn. So for example if I create the colorbar with:

cb = fig.colorbar(mappable=image, cax=cax, orientation='vertical')

I would like to be able to do

cb.set_orientation('horizontal')

Is there a way to do this, since set_orientation does not exist?

Thanks for any help,

Thomas



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to