Matplotlib Crash Course

  • Matplotlib can be used for creating plots and charts.
  • we can call a plotting function with some data using plot() function.
  • we can set the properties of the plot like labels and colors.
  • Make the plot visible using show() function.
Line plot






Scatter plot

Comments

Popular posts from this blog