bioDSC
  • Home
  • Workshops
  • People
  • Consultation hours
    • \"Improve my image analysis\"
    • \"Improve any analysis\"
  • Blog
  • Tutorials
  • Further reading

Example plots for R and Python

plotting
scripting
Author

Martijn Wehrens

Published

May 14, 2025

Example plotting code

There are many resources online where you can find examples of nice plots. You can use google to find them (e.g. search for “python plotting gallery”), or take a look at the examples below.

Python
  • https://matplotlib.org/stable/gallery/, Matplotlib official gallery
  • https://seaborn.pydata.org/examples/index.html, official Seaborn package plot gallery
  • https://python-graph-gallery.com/, a collection of Python plotting examples (click on the pictures to see code).
R
  • https://r-graph-gallery.com/, a collection of R plotting examples (click on the pictures to see the source code)
  • https://exts.ggplot2.tidyverse.org/gallery/, official database of ggplot2 extensions
 
 

an initiative of the University of Amsterdam