三号機 (OS: Mac OS X 10.6) で
gnuplot を MacPorts でインストールした.
aquaterm も必要らしいとのことでインストール.
$ sudo port install gnuplot
$ sudo port install aquaterm
uxterm で起動して
$ gnuplot
G N U P L O T
Version 4.4 patchlevel 3
last modified March 2011
System: Darwin 10.8.0
Copyright (C) 1986-1993, 1998, 2004, 2007-2010
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help seeking-assistance"
immediate help: type "help"
plot window: hit 'h'
Terminal type set to 'aqua'
$ plot sin(x)
としてもグラフが表示されないので,
$ set term X11
として,改めて
$ plot sin(x)
とするとおk.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.