Skip to content

Update docs for new flat plot function API#315

Merged
Jammy2211 merged 2 commits intomainfrom
feature/plot_refactor
Apr 3, 2026
Merged

Update docs for new flat plot function API#315
Jammy2211 merged 2 commits intomainfrom
feature/plot_refactor

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Update API docs to reference the new module-level plot functions from PyAutoFit, replacing the removed NestPlotter/MCMCPlotter/MLEPlotter class references.

API Changes

Docs-only change. No source code API changes in this repo — PyAutoGalaxy does not import the plotter classes in its source code, only referenced them in docs/api/plot.rst.

Test Plan

  • pytest test_autogalaxy/ -x — 852 passed
📋 Full API Changes (for automation & release notes)

Removed (docs only)

  • NestPlotter class reference in docs/api/plot.rst
  • MCMCPlotter class reference in docs/api/plot.rst
  • MLEPlotter class reference in docs/api/plot.rst

Added (docs only)

  • corner_cornerpy function reference in docs/api/plot.rst
  • corner_anesthetic function reference in docs/api/plot.rst
  • subplot_parameters function reference in docs/api/plot.rst
  • log_likelihood_vs_iteration function reference in docs/api/plot.rst

Migration

No code migration needed — this repo had no source imports of the old plotter classes.

🤖 Generated with Claude Code

Jammy2211 and others added 2 commits April 3, 2026 10:20
Replace NestPlotter/MCMCPlotter/MLEPlotter class references with
module-level function references in API docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
So that autogalaxy_workspace scripts using `import autogalaxy.plot as aplt`
can call aplt.corner_anesthetic() etc.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit 176eb3c into main Apr 3, 2026
4 of 8 checks passed
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

Successfully merging this pull request may close these issues.

1 participant