Visualization using Matplotlib in Python


Details
(Technical issue, the date has been changed to Dec 18)
matplotlib.pyplot is a collection of functions that make matplotlib work like MATLAB. Each pyplot function makes some change to a figure: e.g., creates a figure, creates a plotting area in a figure, plots some lines in a plotting area, decorates the plot with labels, etc.
In matplotlib.pyplot various states are preserved across function calls, so that it keeps track of things like the current figure and plotting area, and the plotting functions are directed to the current axes (please note that "axes" here and in most places in the documentation refers to the axes part of a figure and not the strict mathematical term for more than one axis).
Please also join us on facebook group:
https://www.facebook.com/groups/376059916850331
Meeting link:
https://meetingsemea31.webex.com/meetingsemea31-fr/j.php?MTID=m7b7a66e9c39209a927ad9f2bd75f13b9
Meeting number:
152 605 8383
Password :
f2jJF9Ud7Bk (32553983 from video systems)

Visualization using Matplotlib in Python