|
From: <HBB...@t-...> - 2007-09-19 19:58:24
|
blooopsi wrote: > hello there, > i need your help. i have a data set of four coulumns and i'd like to plot > them with asymmetric yerrorbars. so what i am doing is > plot 'dataset' with yerrorbars which should do it. what is happening is, > that the errorbars are drawn, but not at the datapoints but somewhere in the > graph without datapoints. am i doing anything wrong???? You didn't read 'help yerrorbars' carefully enough. You appear to have x:y:ydelta_up:ydelta_down data, but that's not what gnuplot expects. Change your data or see "help using" for how to have gnuplot change them for you. |