/making-figures

Tips on figure making, plus help with Inkscape and Matplotlib.

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Tips for making scientific figures

  1. Have a plan (start with a sketch)
  2. Design for papers (start from a fixed width)
  3. Use vector art where appropriate
  4. Consciously use visual language
  5. Show your workings

Disclaimer: I am not an expert on this. Please use the issues page to tell me I'm wrong, or suggest new things to add!

References

Appendix: Making diagrams with Inkscape

E.g. to visualise an experimental set-up or create a graphical abstract.

  1. Getting started
  2. Shapes, colours, text, and lines
  3. More drawing
  4. Paths
  5. Saving and exporting
  6. Annoyances

Appendix: Plotting with Matplotlib

E.g. to plot data or graph functions.

  1. Getting started
  2. Lines and markers
  3. Layout
  4. Axes, legends, and annotations
  5. Raster data
  6. Neat tricks