Skip to content

Commit a47606f

Browse files
committed
fixing image sizing on readme
1 parent 80bd72e commit a47606f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Below you'll find a brief outline of the content contained in the four sections
2525
**Example Visualization from this Section:**
2626

2727
<p align="left">
28-
<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>
28+
<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>
2929
</p>
3030

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

4343
<p align="left">
44-
<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>
44+
<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>
4545
</p>
4646

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

6363
<p align="left">
64-
<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>
64+
<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>
6565
</p>
6666

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

7878
<p align="left">
79-
<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>
79+
<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>
8080
</p>
8181

8282
### Homework Exercises

0 commit comments

Comments
 (0)