Skip to content

including lineplot and scatterplot #12

Closed
@josephmarturano

Description

@josephmarturano

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions