2015-10-07 10 views
5

Próbuję drukować z Octave i GNUPlot na OS X 10.10.5. Mam Octave i GNUPlot instalowane przez homebrew, ale kiedy próbuję wykreślić, pojawia się następujący błąd:Raporty oktawne GNU: nieznany lub niejednoznaczny typ terminala na OS X

gnuplot> set terminal aqua enhanced title "Figure 1" size 560 420 font "*,6.66667" dashlength 1 
       ^
line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list 
WARNING: Plotting with an 'unknown' terminal. 
No output will be generated. Please select a terminal with 'set terminal'. 

Odpowiedz

10

Moje rozwiązanie polegało na zainstalowaniu aquaterm np.

brew install Caskroom/cask/aquaterm 

a następnie zrobić

brew reinstall gnuplot --with-aquaterm 
+1

--with-AQUATERM –