Octave plotting error

前端 未结 8 1695
情歌与酒
情歌与酒 2020-12-14 22:11

I am new to octave, I just tried my first plotting with Octave 3.4.0 when I get the following error. Any help will be much appreciated. The gnuplot version is 4.6

         


        
8条回答
  •  时光取名叫无心
    2020-12-14 23:06

    Just add:

    setenv ("GNUTERM", "X11")
    

    to your octaverc file, normally located at /usr/local/share/octave/site/m/startup

提交回复
热议问题