- #1
SrEstroncio
- 62
- 0
Homework Statement
Hello everyone, I was wondering if someone could help me plot data points I got in a lab experiment.
I've been trying to plot points of data with Gnuplot but the error bars don't show up no matter what I do, below is the data list I am using as input, the first column is time, the second is displacement, the third one is the negative deviation and the fourth is the positive one.
Homework Equations
here's the data
0.2043 10 -0.0028 0.0039
0.4236 20 -0.0097 0.0130
0.6338 30 -0.0079 0.0049
0.8496 40 -0.0110 0.0088
1.0775 50 -0.0157 0.0152
1.2984 60 -0.0142 0.0169
1.5488 70 -0.0320 0.0271
1.7699 80 -0.0210 0.0340
2.0259 90 -0.0141 0.0118
2.2374 100 -0.0219 0.0188
The Attempt at a Solution
thank you for you attention