Menu

problem with command line

Help
tibs
2005-04-06
2013-02-10
  • tibs

    tibs - 2005-04-06

    Hi all,

    when I launch gnuplot 4.0 with this command line, the graph doesn't display : "wgnuplot courbe.dem"

    inside courbe.dem file there is :
    set xdata time
    set timefmt "%d/%m/%y    %H:%M:%Sy"
    set format x "%H:%M"
    set format y "%.2f"
    plot "Temp.dat" using 1:3 with lines
    pause -1 "hit return"

    reset

    Temp.dat file contains :
    22/04/05    17:51:00    23.34
    22/04/05    17:52:00    23.29
    22/04/05    17:53:00    23.27

    I don't uderstand because it works fine with the interactive mode :(

    Tkx,
    Ctibs

     
    • Hans-Bernhard Broeker

      Works fine, here.  Try

        wgnuplot /noend courbe.dem

      and see if there are any messages in the text window.

       

Log in to post a comment.