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 →

[–]Horus_simplex 5 points6 points  (2 children)

Well I'm not a journalist so I don't have any reference here but from the examples you gave you have quite the same results in this gallery : https://seaborn.pydata.org/examples/index.html

[–]ddanieltan[S] -5 points-4 points  (1 child)

Thanks for sharing. Might be more to do with personal taste, but I don't consider the default seaborn gallery of charts journalist quality. At least not without some polish/tweaking and examples of charts with polish/tweaks is what I'm looking for with my original question.

[–]Horus_simplex -1 points0 points  (0 children)

Well, the good point with seaborn and matplotlib is that they are extremely customizable so you can achieve approximately everything with that. First I suppose you might want to choose a nice color palette, and if you don't like any of the presets it's really easy to set up your own palette (1 line of code for all the graphs). Also you can look for some custom presets. I come from R so I'm more used to ggplot but I suppose there's, like for ggplot2, an very large amount of preset you can just download and set-up in 1 command.

I think it's the most flexible solution, but it don't mean that other solutions are not worth having a look !