|
From: Thomas S. <t.s...@fz...> - 2009-10-15 08:45:54
|
'set label' doesn't have any effect on the plotting style 'with labels', and a 'set style labels ...' isn't existing up to now, so you have to give the rotation angle within the plot command: plot 'file' u 1:2:3 with labels rotate see: http://www.gnuplot.info/docs/node253.html renzresearch wrote: > > I did: > > set label rotate > plot 'file' u 1:2:3 with labels > > Should this be sufficient to make the labels vertical? What > am I missing? > > Zhong > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/with-labels-tp25901122p25904946.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |