Skip to main content

Matplotlib Crash Course for Absolute Beginner

In this tutorial, We will learn how to create a line graph using Python and Matplotlib library for plotting data coming from an Arduino or Embedded system. 

The Tutorial explains about the main concepts that underpin the Matplotlib like Figure & Axes and then we look into creating ticks, changing colour and thickness of the plot line ,how to change the default marker ,how to enable or disable the Grid lines in the Graph etc.