Skip to content

Remove Scatter and Hexbin from Series plot documentation #39000

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

Merged
merged 2 commits into from
Jan 6, 2021
Merged

Remove Scatter and Hexbin from Series plot documentation #39000

merged 2 commits into from
Jan 6, 2021

Conversation

1nF0rmed
Copy link
Contributor

@1nF0rmed 1nF0rmed commented Jan 6, 2021

@jreback jreback added the Docs label Jan 6, 2021
@jreback jreback added this to the 1.3 milestone Jan 6, 2021
@jreback jreback added the Visualization plotting label Jan 6, 2021
@jreback
Copy link
Contributor

jreback commented Jan 6, 2021

this is fine. there is a more comprehensive soln to this but it is more involed in not showing the access for those plot types for the underlying object (and then dynamically generating the doc-string), but out of scope.

@1nF0rmed
Copy link
Contributor Author

1nF0rmed commented Jan 6, 2021

this is fine. there is a more comprehensive soln to this but it is more involed in not showing the access for those plot types for the underlying object (and then dynamically generating the doc-string), but out of scope.

Can you provide a reference for this?

@jreback
Copy link
Contributor

jreback commented Jan 6, 2021

this is fine. there is a more comprehensive soln to this but it is more involed in not showing the access for those plot types for the underlying object (and then dynamically generating the doc-string), but out of scope.

Can you provide a reference for this?

you would to look in pandas/plotting/_core and see how the accessor is registered, basically trace it.

@jreback jreback merged commit 3d80244 into pandas-dev:master Jan 6, 2021
@jreback
Copy link
Contributor

jreback commented Jan 6, 2021

thanks @1nF0rmed

luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Scatter and Hexbin from Series plot documentation
2 participants