Skip to content

API reference is missing the Plotting module #19777

Closed
@mehemken

Description

@mehemken

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions