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

Improvements for the secondary y axis functionality #723

Merged
merged 13 commits into from
Nov 29, 2023

Conversation

AdamTheisen
Copy link
Collaborator

@AdamTheisen AdamTheisen commented Oct 9, 2023

This changes the functionality of what's returned as part of the display.axes object. For the TimeSeriesDisplay and DistributionDisplay it will now return a 2D array for each plot (left and right axis object) instead of a 1D array of just the left axis object for each plot. This will break conventions so might be something we consider for V2.0.0

  • Closes Secondary Y axis #163
  • Tests added
  • Documentation reflects changes
  • PEP8 Standards or use of linter
  • Xarray Dataset or DataArray variable naming follows 'ds' or 'da' naming

@zssherman
Copy link
Collaborator

@AdamTheisen Looks fairly reasonable to me. Tests are failing due to that geoplot issue.

@zssherman zssherman merged commit 3cd0a2e into ARM-DOE:main Nov 29, 2023
16 checks passed
@AdamTheisen AdamTheisen deleted the yaxis branch January 31, 2024 20:13
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.

Secondary Y axis
3 participants