Updating documentation - #39
Draft
theoellingsen wants to merge 35 commits into
Draft
Conversation
Add new plot options, allows user the choice between plotting a line graph and a heatmap. Adds choices for user to select x axis and y axis (when selecting a heatmap).
Adds button to remove plots, appends new plots rather than overwrites, groups them by whether they are user or reference plots
Add user options to select how data is sliced, finds which dimensions remain after x/y axis are chosen, and prompts the user to choose how they are sliced
Error handling for some user choices that break things and minor bug fixes
…ls etc) Adds important information to plot caption, generated from if the data is sliced, and what model and dataset the plot is created from
…e doing that Making more robust error handling that handles errors caused by invalid entries in the UI.
… reference model UI
…rence datasets Add functionality to plot user data overlayed with any number of reference datasets. Adds UI to add reference model datasets to a dictionary, and plots them.
add animation option to dropdown for model plotting Revert "add animation option to dropdown for model plotting" This reverts commit 39d59c4. Revert "Attempt at adding animated plots" This reverts commit 91456e2. Reapply "Attempt at adding animated plots" This reverts commit 2bc879a. Reapply "add animation option to dropdown for model plotting" This reverts commit b373623. Add animation axes choices for user dataset Fix so that HTML actually loads in widget Trying animation without html with just the hvplot panel object, cleaner if it works Add scrubber to animation Lazy load the animation Add reference animation functionality, and change colour map for animated plots to match xarray heatmap default Update ref UI so that animation options appear when they are supposed to. Initialise fig and fig animated in ref plot data button click function ensure ref plot is actually plotting ref animation rather than user data animation Update to only show the dimensions available to that variable in plot options Update animation plots to use variable as title, and include captions with slice information. Fix animation figure title, make animation bigger?
Adding new option to plot user vs ref data heatmaps on a grid together.
…data and reference data. Works for heat maps and line graphs Add functionality allowing user to plot the difference between their data and reference data. Works for heat maps and line graphs
Add toggles for long/ short var names, for all different plot types Add multiplot variable long name toggle Add toggle for reference variable too Add toggle for reference variable too
…h as SeaIce can load. Cleaning stuff up a bit, adding docstrings, and ensuring datasets such as SeaIce can load. Also fixes issue with animation that caused plot to not be created for SeaIce datasets.
…s current Updating mentions to ACCESS-NRI as Australia's climate simulator, to address issue #32 , and updating logo.
atteggiani
reviewed
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the documentation to reflect new functionality. Mostly updated the
getting_started.ipynbnotebook, added an 'advanced_usage.ipynb` that details some of the functionality not explained in the getting started notebook. Also added pages on contributing stolen from the ACCESS-intake-catalog documentation.