Matplotlib.pyplot - Data Visualization is an effective way of communicating information to others.
Quick Introduction
Few popular libraries are:
matplotlib: It is the most widely used Python Data Visualization library.
seaborn: It is used for generating informative statistical graphics. It is dependent on matplotlib.
bokeh: It is used for generating interactive plots, which can be accessed as JSON, HTML objects, or interactive web applications.
Quick intro. about this session
Anatomy of Figure - https://matplotlib.org/3.2.2/gallery/...
Creating a Figure
Line Plot (Single Line\ Multi Line)
Scatter Plot
Bar Graph
Plotting Multiple Group in Bar
Horizontal Bar
Pie Plot
Histogram
Matplotlib Styles
Subplots
Subplots Using 'GridSpec'
Hands-on
JupyterNotebook Available in
https://github.com/kalaiarasanpanneer...
コメント