Data Visualization
using Python
Ahmad Ahmadzada
Creating various graphs using visualization libraries
Python Data Visualization Libraries
Matplotlib
Seaborn
Ggplot
Plotly
Geoplotlib
Bokeh
Folium
Altair
Pygal
Gleam
What is Matplotlib?
It provides an interface for creating a wide variety of static, animated, and interactive visualizations in Python.
Matplotlib is designed to be compatible with different types of data, including arrays, lists, and pandas DataFrames, and it supports a wide range of plot types, including line plots, bar plots, scatter plots, histograms, and pie charts, among others.
What is Plotly?
Seaborn
Types of Graph
Line Graphs
Bar Charts
Pie Charts
Histogram
Scatter plot
Area Charts
Radar chart
Box Plots
Using Salary DataSet for Visualization
Bar Chart
Scatter Plot
Pie Chart
Histogram
Scatter Plot
Hist Plot using Seaborn
Line graph
Thank you for your attention