Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To visualize data in Python we will use the library Matplotlib. Matplotlib is a Python 2D plotting library with a variety of vizualisation tools. To see the full gallery of possibilities inluding tutorials, we highly recommend you to visit the offical Matplotlib page. In the following examples we will only cover some basic and often used tools when visualizing data.


Info

If you have not already installed Matplotlib, visit the Matplotlib installation instructions.


Table of Contents

Simple plots