From e82c3a1eab0f1b027a43c8ec06fd8a8003f99d82 Mon Sep 17 00:00:00 2001 From: krishna madan Date: Tue, 8 Feb 2022 16:43:40 +0530 Subject: [PATCH 1/3] initial commit --- Data-Visualization/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Data-Visualization/README.md diff --git a/Data-Visualization/README.md b/Data-Visualization/README.md new file mode 100644 index 0000000..8546d61 --- /dev/null +++ b/Data-Visualization/README.md @@ -0,0 +1 @@ +# Data Visualization Course Outline \ No newline at end of file From 9b9dc63ba0e3657032afbcc5dac59260d8077863 Mon Sep 17 00:00:00 2001 From: krishna madan Date: Tue, 8 Feb 2022 18:08:58 +0530 Subject: [PATCH 2/3] initial commit --- Data-Visualization/README.md | 88 +++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/Data-Visualization/README.md b/Data-Visualization/README.md index 8546d61..e53a88e 100644 --- a/Data-Visualization/README.md +++ b/Data-Visualization/README.md @@ -1 +1,87 @@ -# Data Visualization Course Outline \ No newline at end of file +# Data Visualization Course Outline + +## **Analyze Dozens Of Datasets and Create stunning Visualization** + +### 1. What Is Data Visualization and Why Is It Important? + +### 2. Why Learn Data Visualization? + +### 3. Why do we need to Plot. + +### 4. Different types of Plot. + + +## MATPLOTLIB : +* Intro To Matplotlib +* Our First Matplotlib Plots! +* Do We Need plt.show() ? +* Anatomy of Plots +* Figsize & Plot Dimensions +* Changing Matplotlib Stylesheets +* Line Styles, Colors, Widths, and More! +* Plot Labels & Titles +* Changing X & Y Ticks +* Adding Legends To Plots +* Creating Bar Plots +* Creating Histograms +* Creating Scatter Plots +* Creating Pie Charts +* Working With Subplots +* Putting It All Together + +## Pandas Plotting +* A Pandas Plotting Recap +* Changing Pandas Plot Styles +* Adding Labels and Titles to Pandas Plots +* Using rename() When Plotting +* Closer Look at Pandas Bar Plots +* Pandas Histograms +* Box Plots +* Pandas Line Plot +* Pandas Scatter Plots +* Multiple Plots On The Same Axes +* Pandas Automatic Subplots +* Manual Subplots With Pandas + +## Seaborn +* Intro to Seaborn +* Why Seaborn? +* The Helpful load_dataset() method +* Seaborn Scatterplots +* Seaborn Lineplots +* The relplot() Method +* Resizing Seaborn Plots: Aspect & Height +* Seaborn Histograms +* Count plot +* Strip And Swarm Plots +* Boxplots +* Boxenplots +* Barplots +* KDE Plots +* Bivariate Distribution Plots +* Rugplots +* The Amazing displot() Method +* HeatMap +* Wrap Up Video + +## Plotly +* Introduction To Plotly +* Why Plotly +* scatter plots +* histograms +* cox plots +* Plotly Vs Matplotlib +* Line Plot +* Scatter Plot +* Scattering 3-D +* Box Plots +* Pie Charts +* 3-D Surface Plots +* Wrap Up Video + + + + + + + From 85c3d7c57e82ee295d0fccb6fc5d6c071e0f325e Mon Sep 17 00:00:00 2001 From: krishna madan Date: Wed, 9 Feb 2022 11:04:30 +0530 Subject: [PATCH 3/3] initial commit --- Data-Visualization/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Data-Visualization/README.md b/Data-Visualization/README.md index e53a88e..46cdaf9 100644 --- a/Data-Visualization/README.md +++ b/Data-Visualization/README.md @@ -2,13 +2,11 @@ ## **Analyze Dozens Of Datasets and Create stunning Visualization** -### 1. What Is Data Visualization and Why Is It Important? +### 1. What Is Data Visualization? ### 2. Why Learn Data Visualization? -### 3. Why do we need to Plot. - -### 4. Different types of Plot. +### 3. Different ways of Plotting. ## MATPLOTLIB :