Hi,
i want to create a boxed graph with categorical data and i found this
tutorial - i am refering to the 3d graph:
[URL="http://folk.uio.no/inf3330/scripting/doc/gnuplot/Kawano/tics-e.html"]http://folk.uio.no/inf3330/scripting/doc/gnuplot/Kawano/tics-e.html[/URL]
[code]
gnuplot> set xtics ("April" 1, "May" 2, "June" 3, "July" 4)
gnuplot> plot "test.dat" using 1:2:3 notitle with boxes,\
"test.dat" using 1:2 notitle with lines
[/code]
The problem is probably, because of the example .dat file - there is none.
Is it
"1 June value"? Is it "June 1 value", etc...
Anyway, i get boxes, that are attached to each other and i cannot get a
proper graph, as the one in the picture. Can anyone please give some
guidance?
--
View this message in context: http://www.nabble.com/boxed-graph-question-tf4489249.html#a12803009
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|