Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Below you'll find a brief outline of the content contained in the four sections
**Example Visualization from this Section:**

<p align="left">
<img width="600" height="300" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/overlapping_pdf_viz.jpg"></img>
<img width="600" height="400" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/overlapping_pdf_viz.jpg"></img>
</p>

### Section 2: Overview of Python Visualization Landscape
Expand All @@ -41,7 +41,7 @@ Below you'll find a brief outline of the content contained in the four sections
**Example Visualization from this Section:**

<p align="left">
<img width="600" height="300" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/basic_seaborn_scatter_viz.jpg"></img>
<img width="600" height="400" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/basic_seaborn_scatter_viz.jpg"></img>
</p>

### Section 3: Statistical Visualization in the Wild
Expand All @@ -61,7 +61,7 @@ Below you'll find a brief outline of the content contained in the four sections
**Example Visualization from this Section:**

<p align="left">
<img width="600" height="300" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/ecdf_ks_test_viz.jpg"></img>
<img width="600" height="400" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/ecdf_ks_test_viz.jpg"></img>
</p>

### Section 4: Library Deep-Dive (Plotly)
Expand All @@ -76,7 +76,7 @@ Below you'll find a brief outline of the content contained in the four sections
**Example Visualization from this Section:**

<p align="left">
<img width="600" height="300" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/heatmap_plotly_viz.jpg"></img>
<img width="600" height="400" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/heatmap_plotly_viz.jpg"></img>
</p>

### Homework Exercises
Expand Down