Graphical tools
Fra Robin
(Forskjeller mellom versjoner)
(→figures / illustrations) |
(→plotting, graphs) |
||
Linje 15: | Linje 15: | ||
=== plotting, graphs === | === plotting, graphs === | ||
* Python | * Python | ||
- | ** | + | ** Matplotlib (see [https://github.com/jbmouret/matplotlib_for_papers Mouret's tutorial for publication quality plots ]) |
- | + | ** Seaborn - easy to create good looking plots ([https://elitedatascience.com/python-seaborn-tutorial tutorial here]) | |
- | ** | + | ** Export to Latex (Ti''k''Z/PGF; https://github.com/nschloe/tikzplotlib) |
- | ** | + | |
* R - ggplot2 (with Rstudio) | * R - ggplot2 (with Rstudio) | ||
- | ** | + | ** Export to Latex (TikZ/PGF; https://github.com/daqana/tikzDevice) |
- | * | + | * Gnuplot (free) |
- | * | + | * Desmos.com (web based) |
* Matlab (available at uio) | * Matlab (available at uio) | ||
- | ** | + | ** Export to Latex (Ti''k''Z/PGF; https://github.com/matlab2tikz/matlab2tikz) |
* Octave (free alternative to matlab) | * Octave (free alternative to matlab) | ||
* javaFX | * javaFX |
Versjonen fra 19. mai 2021 kl. 07:26
figures / illustrations
- Adobe Illustrator - for students only in kiosk?
- Powerpoint
- Directly in Latex (TikZ/PGF: https://github.com/pgf-tikz/pgf)
- uio programkiosk
- Inkscape
- Lucid charts
- Google draw, in Google disk
- Photopea (online editor)
- Figma?
- Draw.io
- Linux-program for grafer, finn ut navn
plotting, graphs
- Python
- Matplotlib (see Mouret's tutorial for publication quality plots )
- Seaborn - easy to create good looking plots (tutorial here)
- Export to Latex (TikZ/PGF; https://github.com/nschloe/tikzplotlib)
- R - ggplot2 (with Rstudio)
- Export to Latex (TikZ/PGF; https://github.com/daqana/tikzDevice)
- Gnuplot (free)
- Desmos.com (web based)
- Matlab (available at uio)
- Export to Latex (TikZ/PGF; https://github.com/matlab2tikz/matlab2tikz)
- Octave (free alternative to matlab)
- javaFX
- excel (uio)
How to convert to latex format
- recommended approach: save as pdf, use pdfcrop, includegraphics in latex
- avoid bitmap graphics if possible and especially jpg!
- epstopdf - usually installed with latex
- pdfcrop - usually installed with latex
add more info here