Skip to content

Commit

Permalink
Fix thumnbnail image links
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Oct 20, 2016
1 parent 088016c commit 0849ab9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,29 @@ Seaborn: statistical data visualization
</a>

<a href=http:https://seaborn.pydata.org/examples/many_pairwise_correlations.html>
<img src="http:https://seaborn.pydata.org/_static/many_pairwise_correlations.png" height="135" width="135">
<img src="http:https://seaborn.pydata.org/_static/many_pairwise_correlations_thumb.png" height="135" width="135">
</a>

<a href=http:https://seaborn.pydata.org/examples/many_facets.html>
<img src="http:https://seaborn.pydata.org/_static/many_facets.png" height="135" width="135">
</a>
<img src="http:https://seaborn.pydata.org/_static/many_facets_thumb.png" height="135" width="135">
</a>

<a href=http:https://seaborn.pydata.org/examples/scatterplot_matrix.html>
<img src="http:https://seaborn.pydata.org/_static/scatterplot_matrix.png" height="135" width="135">
<img src="http:https://seaborn.pydata.org/_static/scatterplot_matrix_thumb.png" height="135" width="135">
</a>

<a href=http:https://seaborn.pydata.org/examples/hexbin_marginals.html>
<img src="http:https://seaborn.pydata.org/_static/hexbin_marginals.png" height="135" width="135">
<img src="http:https://seaborn.pydata.org/_static/hexbin_marginals_thumb.png" height="135" width="135">
</a>

<a href=http:https://seaborn.pydata.org/examples/scatterplot_categorical.html>
<img src="http:https://seaborn.pydata.org/_static/scatterplot_categorical_thumb.png" height="135" width="135">
</a>

</div>

Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.


Documentation
-------------

Expand Down

0 comments on commit 0849ab9

Please sign in to comment.