|
From: eros69 <osa...@go...> - 2007-03-09 22:12:12
|
i tried Plotting 2-column files then export only the y-high values to a file with the gnusript below, but had no luck. please help!! # set xlabel "X" set ylabel "Y" set output 'yhigh-file' # plot "file01" using 1:2:2 s b w yerrorbars, \ "file02" using 1:2:2 s b w yerrorbars, \ "file03" using 1:2:2 s b w yerrorbars, \ "file04" using 1:2:2 s b w yerrorbars # ******************************* a newbie in luv with gnuplot -- View this message in context: http://www.nabble.com/HELP%21-plotting-yhigh-values-ONLY-tf3378691.html#a9403955 Sent from the Gnuplot - User mailing list archive at Nabble.com. |