You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/03-data/21-matplotlib.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,7 @@ toolkits.
45
45
*[Pandas & Seaborn - A guide to handle & visualize data in Python](https://tryolabs.com/blog/2017/03/16/pandas-seaborn-a-guide-to-handle-visualize-data-elegantly/)
46
46
builds a visualization by starting with [pandas](/pandas.html) for data
47
47
wrangling then outputs charts with Matplotlib and Seaborn.
48
+
49
+
*[Matplotlib Tips and Demos](https://nbviewer.jupyter.org/urls/gist.githubusercontent.com/Jwink3101/e6b57eba3beca4b05ec146d9e38fc839/raw/f486ca3dcad44c33fc4e7ddedc1f83b82c02b492/Matplotlib_Cheatsheet)
50
+
is a long [Jupyter Notebook](/jupyter-notebook.html) with a ton of example
51
+
code that shows how to use Matplotlib in many ways.
0 commit comments