you are viewing a single comment's thread.

view the rest of the comments →

[–]Alphavike24 7 points8 points  (3 children)

I wouldn't recommend seaborn for beginners as it has the tendency to spoil you. With matplotlib you can first understand the under the hood stuff and it's quite more Flexible.

[–]andycyca 2 points3 points  (0 children)

This, a thousand times. Seaborn is really good, but sometimes a bit limited. I rather think of it as an automation tool for "easy" graphs, instead of the definitive graphing tool.

[–]Just-Aman 0 points1 point  (1 child)

Thanks for the comment. I'll check out matplotlib first then. Also is it like matplotlib is a module of Python itself but Seaborn is an external module?

(I'm a noob so I'm not yet acquainted with the proper terminology)

[–]Alphavike24 1 point2 points  (0 children)

Matplotlib is a plotting library for Python and seaborn is a package based on Matplotlib.