DataTaunew | comments | leaders | submitlogin
Seaborn 0.6 is here! Two new plots and updated categorical data handling (stanford.edu)
11 points by pmlandwehr 3223 days ago | 2 comments


2 points by pmigdal 3218 days ago | link

I love seaborn for easiness to make nice graphs out of box, but there are still things which make it more complicated than it should be:

- bad handling of missing data (usually resulting in undecypherable error messages),

- parameters like "size" only for some plots (why?),

- some issues on the line of "str vs numeric".

In any case, I am using it, teaching others to do so and wishing it bright future.

But still, more than often I analyze data in Python and then

%%R -i df

ggplot(df, ...) + ...

-----

2 points by pmlandwehr 3223 days ago | link

A lot of the fixes have to do with making handling of the different plots more consistent, which means we may have some backwards compatibility issues with plots. O, why must updates & improvements entail rewriting? Well, it was ever thus.

-----




RSS | Announcements