Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The wxt terminal is indeed what you want. </p> <p>It is enabled by default in the 'configure' script, so I assume you were missing one or more libraries it depends on, when you ran it. I just tried it with version 4.6.1 from <a href="http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.1/" rel="nofollow">sourceforge</a>. The <code>confgiure</code> script gives you a list of requirements for the wxt terminal to be enabled. Look for the line</p> <pre><code>wxt terminal: no (requires C++, wxWidgets&gt;2.6, cairo&gt;0.9, pango&gt;1.10) </code></pre> <p>You need C++ (I assume you have that). For the others, on my almost clean Ubuntu 12.10 64bit installation, I needed to install 3 additional packages with their dependencies to enable the wxt terminal option. You want:</p> <pre><code>libcairo2-dev libpango1.0-dev libwxgtk2.8-dev </code></pre> <p>On debian-based distributions, you can do:</p> <pre><code>sudo apt-get install libcairo2-dev libpango1.0-dev libwxgtk2.8-dev </code></pre> <p>or install them manually on other systems. If you don't find them in your repositories, you can always get the latest versions from <a href="http://www.wxwidgets.org/" rel="nofollow">wxWidgets</a>,<a href="http://www.cairographics.org/" rel="nofollow">cairo</a> and <a href="http://www.pango.org/" rel="nofollow">pango</a>. When you have the libraries installed, re-run <code>./configure</code> and check that the wxt terminal line reads</p> <pre><code>wxt terminal: yes </code></pre> <p>If it does, re-compile your gnuplot by <code>make</code> and <code>make install</code> and you can use gnuplot as before with nice output on the screen.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload