Skip to content

Commit 3be0a9d

Browse files
committed
add foornote
1 parent 828fea4 commit 3be0a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

INTRO.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ In particular, I make a lot of bar charts (including histograms), line plots (in
88

99
Python plotting libraries are manifold. Most well known is Matplotlib.
1010

11-
"[Matplotlib](https://matplotlib.org/ "Matplotlib: Python plotting") is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms." Native Matplotlib is the cause of [frustration](https://stackoverflow.com/questions/tagged/matplotlib) to many data analysts due to the complex syntax. Much of that frustration would be alleviated if it were recognized as a library of lower level plotting primitives on which other tools can be built.
11+
"[Matplotlib](https://matplotlib.org/ "Matplotlib: Python plotting") is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms." Native Matplotlib is the cause of [frustration](https://stackoverflow.com/questions/tagged/matplotlib) to many data analysts due to the complex syntax. Much of that frustration would be alleviated if it were recognized as a library of lower level plotting primitives on which other tools can be built.[^frustration]
12+
13+
[^frustration]: If you are frustrated by Matplotlib and haven't read [Effectively Using Matplotlib](http://pbpython.com/effective-matplotlib.html) by [Chris Moffitt](https://twitter.com/chris1610), go read it.
1214

1315
#### Matplotlib-Based Libraries
1416

0 commit comments

Comments
 (0)