has2k1 / gnuplot_kernel

A Jupyter/IPython kernel for gnuplot
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

Failed to read and display image file from gnuplot #32

Open applibres opened 2 years ago

applibres commented 2 years ago

Hi, when I tried to run:

plot sin(x)

I get this message:

Failed to read and display image file from gnuplot. Possibly:

  1. You have plotted to a non interactive terminal.
  2. You have an invalid expression.

It is necessary to set a terminal?

has2k1 commented 2 years ago

Ordinarily, it is not necessary to set a terminal. Maybe there is a startup file with interfering settings!