Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Tangential but curious - was there discussions to replace matplotlib with something else?


I don't know about a discussion, but i know a lot of people are moving to plotly [1] or seaborn [2] as they are prettier and more intuitive.

1: https://plotly.com/python/ 2: https://seaborn.pydata.org/


Plotly is a fantastic library if you want interactive graphs/visualizations. It has good documentation and support. It fits my definition of easy to do simple things and possible to do hard things. You can also easily move your graphs to front-end since Plotly Python is basically binding to plotly.js . The downside is exactly that - there is javascript underneath.

Seaborn is good if you want something pretty and static with matplotlib underneath but do not want to mess with defaults too much.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: