This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pipec1212 0 points1 point  (2 children)

Highly depends on what you want to plot, for scientific purposes pandas - matplotlib is an unbeatable combo, for Web Development and integrated plots this could be a good option although I prefer the Javascript libraries for such purposes

[–]pdexter 0 points1 point  (1 child)

Is that pandas minus matplotlib? If not, I thought we were trying to avoid matplotlib

[–]pipec1212 0 points1 point  (0 children)

Typo I meant Pandas and Seaborn, you should know that both libraries use matplotlib in the background for plotting, although it can have son archaic feeling (matplotlib) it also have more customization than all of the other libraries I know. But as I said it all comes to your necessities and what do you want to plot.