https://github.com/rajsoni03/data-visualization-with-python
Data Visualization using Matplotlib
https://github.com/rajsoni03/data-visualization-with-python
data-visualization graph matplotlib
Last synced: 11 months ago
JSON representation
Data Visualization using Matplotlib
- Host: GitHub
- URL: https://github.com/rajsoni03/data-visualization-with-python
- Owner: Rajsoni03
- Created: 2020-04-22T11:23:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:59:52.000Z (over 5 years ago)
- Last Synced: 2025-01-22T10:31:44.187Z (about 1 year ago)
- Topics: data-visualization, graph, matplotlib
- Language: Jupyter Notebook
- Homepage:
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Visualization With Python
### Layers of Matplotlib
Artist Layer
Scripting Layer
### Matplotlib Magic Function
`%matplotlib inline`
`%matplotlib notebook`
### Plot Function
### Pandas Inbuilt plotting function
### Different Types of Graph
Line Plots
Area Plots
Histograms
Bar Chart
Pie Chart
Box Plot
Scatter Plot
Bubble Plots
### Advanced Visualization Graph
Waffle Chart
Word Cloud
Regression Plot
### Data Visualization Final Assignment
Geo Plot Using Folium