I didn't find the "cairo" terminals installed with Gnuplot downloaded from the project site: they aren't listed after set terminal. How do I install it? I can't find any instructions on the internet.
(For example I need to use pngcairo and cairolatex).
I'm working on Ubuntu 15.10 and Gnuplot is 5.0.1.
Edit: in config.log I found
cairo-based terminals: no (requires cairo>1.2, pango>1.10)
So I suppose I must install those packages: my real question is "how"?
set termthose terminal are not listed? In the configure script it is enabled by default. (Indeed you can select--without-cairo). Check the configure output it should say youcairo-based pdf and png terminals: yes. If not you need to install some library. Add the gnuplot version. – Hastur Nov 24 '15 at 13:01sudo apt-get install gnuplotwithout compiling it. – Hastur Nov 24 '15 at 14:34