|
From: Thomas S. <t.s...@fz...> - 2010-02-07 15:17:09
|
the offset is fixed, but you may change the y-value: plot 'datafile' using ... with boxes, '' using 0:($2>0.?$2:0.0):1 with labels left rotate by 90 stevecoh1 wrote: > > I am plotting a graph with boxes whose y values fall above and below 0. > I want to show data labels above the boxes, but the > plot .. with labels offset x,y seems only to accept constants, not a > variable or a function or an expression. All I need is something like > "offset 0,($2/abs($2)). Is this doable? > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/variable-label-offset-tp27489059p27489380.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |