Octave does not plot -


when try plot graph on gnu octave, , try use plot, gives me following output

set terminal aqua enhanced title "figure 1" size 560 420  font "*,6" dashlength 1                   ^      line 0: unknown or ambiguous terminal type; type 'set terminal' list 

i using mac os x 10.9.2. have tried using

octave:79> setenv("gnuterm","x11") 

but still same error.

setenv("gnuterm","qt") solves problem.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -