Credits | Overview | Plotting Styles | Commands | Terminals |
---|
shell コマンドは対話的なシェルを起動します。gnuplot に戻るには、 Unix ならば exit もしくは END-OF-FILE 文字を、MS-DOS か OS/2 ならば exit を入力して下さい。
コマンド shell は、それ以外の gnuplot コマンドライン上のものをすべて 無視します。そうでなく、シェルに直ちにコマンド文字列を渡したい場合は、 関数 system か、ショートカット ! を使用してください。以下参照: system。
例:
shell system "print previous_plot.ps" ! print previous_plot.ps current_time = system("date")