Skip to content

Commit 12fe41e

Browse files
Update README.md
1 parent 4fced7b commit 12fe41e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
- Subplots
1111
- Customizing plot appearance
1212

13+
**Matplotlib - Basics**
14+
- Multiplots
15+
- Subplots
16+
- Setting colors
17+
18+
**Matplotlib Advanced**
19+
- Log scale
20+
- Text annotation
21+
- Axis grid
22+
- Twin axis
23+
- 3D figures
24+
1325
**FiveThirtyEight Visualizations with Matplotlib**
1426
- Customizing tick marks and axes
1527
- Adding titles and subtitles
@@ -63,6 +75,9 @@
6375
- Identifying missing data
6476
- Converting variable types
6577

78+
**SF Salaries Exploratory Analysis**
79+
80+
6681
**Python A-Z Internet Users Data Visualization**
6782
- Seaborn plots
6883
- Keyword Arguments in Python
@@ -78,6 +93,11 @@
7893
- Hex bin
7994
- Kernel density plot
8095

96+
**Pandas Data Visualization Part 2**
97+
- Area maps
98+
99+
**Pandas Built-In Data Visualization**
100+
81101
**Ploty & Cufflinks**
82102
- 3D surface plots
83103
- Spread plots
@@ -88,10 +108,22 @@
88108
- USA choropleth map
89109
- Global choropleth map
90110

111+
**Plotly Choropleth Maps**
112+
91113
**Seaborn**
92114
- Distribution plots (histogram, joint plot, rug plot, kde)
93115
- Categorical plots (bar plot, count plot, box plot, violin plot, strip plot, swarm plot, factorplot))
94116
- Matrix plots (heat maps, cluster maps)
95117
- Regression plots (linear model plot, faceted linear model plot)
96118
- Grids (pairplot, pair grid, facet grid)
97119
- Customizing style and color
120+
121+
**Seaborn Plots**
122+
- Categorical Plots
123+
- Distribution Plots
124+
- Seaborn Matrix Plots
125+
- Seaborn Regression Plots
126+
- Seaborn Style and Color
127+
128+
**SciPy**
129+

0 commit comments

Comments
 (0)