|
From: Thomas S. <t.s...@fz...> - 2010-07-27 07:21:07
|
plot "datafilename" using 1:($2+$3+$4) with boxes fs solid 0.5, \ "" using 1:($2+$3) with boxes fs solid 0.5, \ "" using 1:2 with boxes fs solid 0.5 Anshul Vyas wrote: > > Hi, > I have a gnuplot version 4.0 installed in the linux machine. I need to > create a stacked bar graph with the same version. As I found out that > style > histograms is supported in 4.4, can I have some workaround to do the same > with 4.0 using boxes? > > I have data as below: > > #Month B8 8T10 A10 > 6 18 2 2 > 7 15 4 2 > 8 20 0 1 > > > Thanks for your help!! > > Thanks & Regards, > > Anshul Vyas > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Stacked-bar-charts-in-gnuplot-4.0-tp29270026p29273679.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |