Docs updated

This commit is contained in:
Giorgio Calderone 2020-03-25 14:51:05 +01:00
parent 509d8c471e
commit c5abde30ff

25
docs/src/tips.md Normal file
View File

@ -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.