Octave plotting error

前端 未结 8 1696
情歌与酒
情歌与酒 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:00

    or put this line into your .profile (or .zshrc whatever):

    export GNUTERM=x11
    

    this will make all gunplot invokations (besides Octave) to output to x11.

提交回复
热议问题