From c5abde30ffbe4fe07d1473a075f1714bda357907 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Wed, 25 Mar 2020 14:51:05 +0100 Subject: [PATCH] Docs updated --- docs/src/tips.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/src/tips.md diff --git a/docs/src/tips.md b/docs/src/tips.md new file mode 100644 index 0000000..2940a0c --- /dev/null +++ b/docs/src/tips.md @@ -0,0 +1,25 @@ +# Tips + +This page collects useful tips in using **Gnuplot.jl**. + + +## Which terminal should I use ? +`Gnuplot` provides dozens of terminals to display and export plots. Here we report a few tips on how to exploit the most used terminals. + +### `wxt` and `qt` + +#### Mouse interactions + +### `dumb` and `sixelgd` + +### `cairopng` + +### `gif` +see [Animations](@ref). + +### `pdf` + +### `latex` and `cairolatex` + +### `unknown` +This is a *dummy* terminal, it produces no output. It is mainly used for debugging purposes.