2009年7月17日星期五

Plot in multiple windows under gnuplot.

gnuplot> set xrange [-1:1]
gnuplot> plot sin(x)
gnuplot> show terminal

terminal type is wxt 0

gnuplot> set terminal wxt 1
Terminal type set to 'wxt'
Options are '1'
gnuplot> plot cos(x)
gnuplot>

没有评论:

发表评论