CliMA / CliMA/ClimaAnalysis.jl

Return axis and plot from plotting function

Open
#266 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
12
Forks
5
Avg merge
6d 17h
Merged PRs (30d)
3

Description

It would be helpful if the plotting function return their axis and plot and maybe the colorbar, so that it is easier to modify after the fact.

For example, to current modify the title after it was created, you need to do access it by `fig.content[1].title`, where `fig.content[1]` is the axis for this example.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the plotting function described in the issue and inspect how it creates the axis, plot, and optional colorbar. Update the function's public return value so callers can modify those objects directly, then verify that existing plotting behavior remains intact and that the returned objects support title changes without accessing fig.content.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data-visualization
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.