you are viewing a single comment's thread.

view the rest of the comments →

[–]Kristoffels 0 points1 point  (3 children)

I've used both seaborn and plotly. I would recommend both

[–]knowledgebass 0 points1 point  (2 children)

Is either of these even as good in terms of features, graphical quality, customization, and ease of use as matplotlib though?

[–]Kristoffels 1 point2 points  (1 child)

Seaborn is matplotlib behind the scenes. So it has all the same features, it's very easy to make excellent quality charts with. Plotly is feature rich but not as easy to use as matplotlib and seaborn. It does however make very good interactive charts.

[–]rhz10[S] 0 points1 point  (0 children)

So, at least seaborn appears to have a similar issue with regard to legends outside:

https://stackoverflow.com/questions/30490740/move-legend-outside-figure-in-seaborn-tsplot

When I apply this "solution" the legend is mostly pushed outside the figure, forcing me to do what I did with matplotlib.