18

I've just installed the latest version of Ubuntu (12.10). I then installed Gnuplot with this command:

sudo apt-get install gnuplot

However, now whenever I run Gnuplot it says

terminal set to 'unknown'

On my old installation of Ubuntu (12.04) it worked and would set the terminal to 'wxt'.

Any idea why it doesn't set it to the correct terminal?

Also,set terminal wxt doesn't work either.

Thanks

user968243
  • 293
  • 1
  • 2
  • 6

1 Answers1

27

Just add gnuplot-x11 package via the terminal (CTRL+ALT+T):

sudo apt-get install gnuplot-x11

or via the software-center:

Install via the software center

Lars
  • 286
  • 3
  • 2