User Activity

  • Posted a comment on ticket #2662 on gnuplot

    The set term qt command is inside the script. The script consists of the lines I quoted above.

  • Posted a comment on ticket #2662 on gnuplot

    Dear Ethan, I figured that this issue is triggered by using the terminal "qt". So this is the minimal code required to observe this behaviour: set term qt plot [-1:1] sin(x)/x I do not observe this behaviour when using term wxt.

  • Posted a comment on ticket #290 on gnuplot

    Thanks, Ethan, pressing ctrl-C on the console does the trick.

  • Created ticket #290 on gnuplot

    Detect batch mode (or console mode) in script

  • Posted a comment on ticket #287 on gnuplot

    This support ticket can be closed. I don't know how to do this.

  • Posted a comment on ticket #287 on gnuplot

    If anybody is interested: this is my way to extract the script name from ARG0: start=1; while(1) { pos=strstrt(ARG0[start:], '\') ; if(pos==0) {break;}; start=start+pos; }; scriptname=ARG0[start:] print "script name='".scriptname."'" works on Windows.

  • Posted a comment on ticket #287 on gnuplot

    Thanks a lot. That's helpful.

  • Created ticket #287 on gnuplot

    make script file name available to script code

View All

Personal Data

Username:
daniel29
Joined:
2004-02-14 11:52:43
Location:
Germany / CEST
Gender:
Male

Projects

  • No projects to display.

Skills

This is a list of skills that Daniel Dan K. possesses:

  • C

Personal Tools