|
From: Federico M. <fed...@gm...> - 2013-08-26 16:59:30
|
Hi,
I am using gnuplot 4.4 patchlevel 4 (compied via homebrew) on Mac OS X
10.7.5 (GCC 4.2.1).
The following snippet should produce a series of points, all with
their errobars. However, this is the output that it produces instead:
* http://screencast.com/t/4m2ZkEgE
Am I missing something?
Thanks,
-F
reset
set timefmt "%H:%M:%S"
set ydata time
plot "-" u 1:2:3 w yerrorbars t ''
1 00:02:16 00:00:52
2 00:02:14 00:02:00
3 00:02:01 2
4 00:01:58 1.1
5 00:01:45 2.3
6 00:01:32 00:01:01
7 00:01:32 1.5
8 00:01:22 2
9 00:01:17 3
|