Closed
Description
Thanks for this excellent package. I like the convenience of Seaborn and use it regularly.
But I do have a question. Is there a reason why the Seaborn functions lineplot
and scatterplot
are not included? For example, the following scatterplot code errors:
using Seaborn; scatterplot(rand(50), rand(50))
whereas using PyCall works for scatterplots:
using PyCall; snspy = pyimport("seaborn"); snspy.scatterplot(rand(50), rand(50))
Metadata
Metadata
Assignees
Labels
No labels