2011/1/13 José Luis García Pallero <[email protected]>: > Hello, > I'm trying to use the new plcolorbar() function from the SVN code of > PLplot. It id possible to draw a colorbar without a CAP? Apparently, > in the c_plcolorbar() source in pllegend.c file the only two > possibilities are PL_COLORBAR_CAP_HIGH and PL_COLORBAR_CAP_LOW. But I > don't like a cap. GNU Octave and MatLab do not plot a cap with its > colorbar() commands. Would be possible to implement a > PL_COLORBAR_NOCAP (for example) in PLplot? >
Thank you for testing plcolorbar. If you don't want caps on the color bar, simply leave out any PL_COLORBAR_CAP_* options. If none are included, no caps will be plotted. Hope this helps, Hez ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
