|
From: Thomas S. <t.s...@fz...> - 2010-09-27 08:41:24
|
extend the plot command a little bit: plot 'immigration.dat' using 6:xtic(1) title col, \ '' u 12 ti col, '' u 13 ti col, '' u 14 ti col, \ '' using (($0-1)-0.3):6:6 with labels left rotate by 90 offset graph 0,0.02 notitle, \ '' u (($0-1)-0.1):12:12 w labels left rot by 90 off gr 0,0.02 not, \ '' u (($0-1)+0.1):13:13 w labels left rot by 90 off gr 0,0.02 not, \ '' u (($0-1)+0.3):14:14 w labels left rot by 90 off gr 0,0.02 not rhubbell wrote: > > > I just want to plot the underlying data for each bar on the bar itself. > Can someone show me how to do so using this page? > > http://www.bmsc.washington.edu/people/merritt/gnuplot/ > > go down to: Histogramming Tabular Data > > On that histogram I would like to plot the y-values on the bars. > > > I am using: > > gnuplot> show version long > > Version 4.4 patchlevel 1 > <-snip-snip> > Compile options: > +READLINE -LIBREADLINE +HISTORY > -BACKWARDS_COMPATIBILITY +BINARY_DATA > +GD_PNG +GD_JPEG +GD_TTF +GD_GIF +ANIMATION > -NOCWDRC +X11 +X11_POLYGON +MULTIBYTE +X11_EXTERNAL +USE_MOUSE > +HIDDEN3D_QUADTREE > +DATASTRINGS +HISTOGRAMS +OBJECTS +STRINGVARS +MACROS +IMAGE > > > -- > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Basic-question%3A-how-to-plot-the-data-on-a-bar-chart--tp29814263p29815730.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |