Skip to content

API reference is missing the Plotting module #19777

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

Closed
mehemken opened this issue Feb 19, 2018 · 2 comments · Fixed by #19780
Closed

API reference is missing the Plotting module #19777

mehemken opened this issue Feb 19, 2018 · 2 comments · Fixed by #19780
Labels
Milestone

Comments

@mehemken
Copy link
Contributor

I noticed this when looking for the documentation page for the scatter_matrix function.

Problem description

I needed to check the parameters I needed to pass to plotting.scatter_matrix. Had to go all the way to the source code.

Turns out none of the functions in _misc.py are included in the API reference. I added a Plotting section after General functions and before Series. Under that section I added a Miscellaneous section which includes:

  • scatter_matrix
  • radviz
  • andrews_curves
  • bootstrap_plot
  • parallel_coordinates
  • lag_plot
@mehemken
Copy link
Contributor Author

Submitting a PR for this shortly.

@TomAugspurger TomAugspurger added this to the Next Major Release milestone Feb 19, 2018
@TomAugspurger TomAugspurger added the Visualization plotting label Feb 19, 2018
@jreback jreback modified the milestones: Next Major Release, 0.23.0 Feb 22, 2018
@FChmiel
Copy link

FChmiel commented Mar 12, 2019

autocorrelation_plot is also missing from the API.

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 a pull request may close this issue.

4 participants