Graphical tools

From Robin

(Difference between revisions)
Jump to: navigation, search
(How to Export Figures)
Line 1: Line 1:
-
=== Figures / Illustrations ===
+
=== Figures/Illustrations ===
 +
* Vector Graphics Editors
 +
** Inkscape (free and open-source)
 +
** Adobe Illustrator (for students only through [http://www.uio.no/tjenester/it/maskin/programvare/programkiosk/ UiO programkiosk])
 +
** Directly in LaTeX (PGF/Ti''k''Z: https://github.com/pgf-tikz/pgf; some [https://texample.net/tikz/examples/ examples])
 +
** Powerpoint, Keynote, Google draw (in Google disk), …
 +
** Web-based options: Draw.io, Figma, Lucid charts, …
-
* Adobe Illustrator/Photoshop - for students only through [http://www.uio.no/tjenester/it/maskin/programvare/programkiosk/ UiO programkiosk]?
+
* Raster Graphics Editors
-
* Inkscape
+
** Gimp (free and open-source)
-
* Gimp
+
** Adobe Photoshop (for students only through [http://www.uio.no/tjenester/it/maskin/programvare/programkiosk/ UiO programkiosk])
-
* Directly in LaTeX (PGF/Ti''k''Z: https://github.com/pgf-tikz/pgf; some [https://texample.net/tikz/examples/ examples])
+
** Photopea (online editor)
-
* Lucid charts
+
-
* Powerpoint, Keynote, …
+
-
* Google draw, in Google disk
+
-
* Blender
+
-
* Photopea (online editor)
+
-
* Figma?
+
-
* Draw.io
+
-
* Linux-program for grafer, finn ut navn
+
-
=== Plotting, Graphs ===
+
*3D Computer Graphics Editors
 +
** Blender (free and open-source)
 +
** Autodesk Maya
 +
 
 +
=== Plotting in ===
* Python
* Python
** Matplotlib (see [https://github.com/jbmouret/matplotlib_for_papers Mouret's tutorial for publication quality plots ])
** Matplotlib (see [https://github.com/jbmouret/matplotlib_for_papers Mouret's tutorial for publication quality plots ])

Revision as of 09:02, 1 June 2021

Contents

Figures/Illustrations

  • Vector Graphics Editors
    • Inkscape (free and open-source)
    • Adobe Illustrator (for students only through UiO programkiosk)
    • Directly in LaTeX (PGF/TikZ: https://github.com/pgf-tikz/pgf; some examples)
    • Powerpoint, Keynote, Google draw (in Google disk), …
    • Web-based options: Draw.io, Figma, Lucid charts, …
  • Raster Graphics Editors
    • Gimp (free and open-source)
    • Adobe Photoshop (for students only through UiO programkiosk)
    • Photopea (online editor)
  • 3D Computer Graphics Editors
    • Blender (free and open-source)
    • Autodesk Maya

Plotting in

Digitalize Figures

To qualitatively compare one's own data with other published data, it is sometimes needed to obtain the concrete data of the respective publication. In that case there are multiple ways to do that:

How to Export Figures

  • before saving the graphics in the respective programs
  • For LaTeX
    • recommended approach: export as pdf, use pdfcrop
    • epstopdf - usually installed with LaTeX
    • pdfcrop - usually installed with LaTeX
    • for direct inclusion in LaTeX use the scripts linked above to create PGF/TikZ files
  • sometimes it is neccessary to use png format (e.g. in case of render graphics or plots with an essential transparency effect)
    • in that case one should pick a proper resolution for the export file while accounting for its file size
    • possible ways to compress the png file is to use for example pngquant, AdvanceCOMP or ImageMagick

add more info here

Personal tools
Front page