|
From: Thomas S. <t.s...@fz...> - 2007-11-30 14:50:55
|
plot 'datafile' using 1:2:xticlabel(3) or plot 'datafile' using 1:2:3 with labels see http://gnuplot.sourceforge.net/demo/datastrings.html horacioemilio wrote: > > Hi, > > I have a data file like; > > -250. 1 lig1 > -210. 2 lig2 > -150. 3 lig3 > -50. 10 lig4 > -25. 15 lig5 > 0. 20 lig6 > > I want to make a figure (histogram) in which the first column is X-axis, > the second, Y-axis (or the height of each X). And the third column is the > label I want to give to each X value (or column in the histogram) so it > appears on the picture. > > Is it possible to do this ? > > Thanks > > > -- View this message in context: http://www.nabble.com/Histogram--each-point-has-a-label-tf4907550.html#a14067674 Sent from the Gnuplot - User mailing list archive at Nabble.com. |