gnuPlot: Daten ohne x-Wert plotten?

RalfGesellensetter rgx at gmx.de
Wed Feb 10 18:27:15 CET 2010


Am Mittwoch, 10. Februar 2010 schrieb RalfGesellensetter:
> plot "D00_0609.csv" using ($1[1:3].$1[5:6]):2
>     internal error: substring range operator applied to non-STRING
>  type
> 

Nach längerem Stöbern in der Onlinehilfe habe ich es nun hinbekommen
(sorry for the noise):

  set xdata time
  set timefmt "%d.%m.%y %H:%M"
  set format x "%d.%m.%y"
  set xrange ["4.6.09 0:0":"8.6.09 23:50"]
  plot "D00_0609.csv" using 1:2 with lines





More information about the Linux mailing list