Skip to content

Commit 730be40

Browse files
committed
fix typo
1 parent e8a20bb commit 730be40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INTRO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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 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.
1212

1313
#### Matplotlib-Based Libraries
1414

0 commit comments

Comments
 (0)