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

aepsych buddy plotting upstream #500

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JasonKChow
Copy link
Contributor

Summary:
Plotting refactor from aepsych buddy upstreamed.

We deprecate the old strategy functions in favour for separate plotting functions that are easier to compose into bespoke plots, largely following the matplotlib API more closely.

Differential Revision: D67771447

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 4, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67771447

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67771447

Summary:

DB related files snuck through linter. This fixes it.

Differential Revision: D67818343
Summary:

Plotting refactor from aepsych buddy upstreamed.

The old mega plotting functions are being deprecated in favour for smaller utility plotting functions with an API closer to Seaborn intended to work with the object oriented plot API of Matplotlib. Major plotting components are split up and are intended to directly apply to a Matplotlib Axes. The new functions no longer accept strategies and the user is expected to be able to calculate the values as necessary using the model API.


We deprecate the old strategy functions in favour for separate plotting functions that are easier to compose into bespoke plots, largely following the matplotlib API more closely.

Differential Revision: D67771447
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67771447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants