Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

including lineplot and scatterplot #12

Closed
josephmarturano opened this issue Jun 25, 2019 · 3 comments
Closed

including lineplot and scatterplot #12

josephmarturano opened this issue Jun 25, 2019 · 3 comments

Comments

@josephmarturano
Copy link

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))

@malmaud
Copy link
Contributor

malmaud commented Jun 26, 2019

Only since no one has bothered to add it. Do you want to submit a pull request? If you look at the existing code, I think you'll find it quite easy to see how to add it.

@josephmarturano
Copy link
Author

Okay, in that case, I submitted a new pull request. My goal was to add lineplot, scatterplot, and relplot.

@malmaud
Copy link
Contributor

malmaud commented Jun 27, 2019

Closed by #12

@malmaud malmaud closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants