Skip to content

Commit cd255c4

Browse files
committed
minor updates in "Why are we starting with Matplotlib?"
1 parent 225a586 commit cd255c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/data-visualization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ From [Claus O. Wilke: "Fundamentals of Data Visualization"](https://clauswilke.c
5353

5454
## Why are we starting with Matplotlib?
5555

56-
- Matplotlib is perhaps the most "standard" Python plotting library.
57-
- Many libraries build on top of Matplotlib.
56+
- Matplotlib is perhaps the most popular Python plotting library.
57+
- Many libraries build on top of Matplotlib (example: [Seaborn](https://seaborn.pydata.org/examples/index.html)).
5858
- MATLAB users will feel familiar.
5959
- Even if you choose to use another library (see above list), chances are high
6060
that you need to adapt a Matplotlib plot of somebody else.
@@ -66,7 +66,7 @@ drawing (in terms of abstractions, not in terms of quality) and does not
6666
provide statistical functions. Some figures require typing and tweaking many lines of code.
6767

6868
Many other visualization libraries exist with their own strengths, it is also a
69-
matter of personal preferences. **Later we will also try other libraries.**
69+
matter of personal preferences.
7070

7171

7272
## Getting started with Matplotlib

0 commit comments

Comments
 (0)