I am trying to execute a plot by loading the following into gnuplot 3.7.
gnuplot> load 'file'
The file looks like:
set title "Pulp21\nGenFTP Activity Report\nJune 2002"
set terminal x11
set format x "%.0f"
set nokey
set bars 2
set xlabel "KBytes Transmitted"
set xrange [0:73245]
set ylabel "Partner"
set y2label "Activity"
set yrange [0:4]
set ytics ("edms3epos1c" 1, "edms2epos2c" 2, "eposel3edms2" 3)
set y2tics ("r" 1, "s" 2, "ms" 3)
plot "-" using (0):(1):(0):(23180):(1-.5):(1+.5) with boxxyerrorbars
using (0):(2):(0):(31410):(2-.5):(2+.5) with boxxyerrorbars
using (0):(3):(0):(73245):(3-.5):(3+.5) with boxxyerrorbars
The question is with the syntax on the last 3 lines. I want all 3 plots on the
same graph. Can someone please straighten me out? Do I need a set mulitplot
statement?
Thanks for any assistance.
Mike
----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web -----
http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
NewsOne.Net prohibits users from posting spam. If this or other posts
made through NewsOne.Net violate posting guidelines, email ab...@newsone.net