openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

Y axis Title for Z Score Standardized Data #155

Closed kintigh closed 2 years ago

kintigh commented 2 years ago

When we do a Z-score transformation, the vertical axis label on the graph doesn’t change. For example its still says “Water Year Precipitation (in mm)” or whatever. But the units are no longer mm. We either need to remove the units all the time (I think just a change in the metadata) and say “Water Year Precipitation” for the graph, whether standardized or not) or change the Label when the data are Z-Score transformed to say “Water Year Precipitation (Z-Score)”. I can go either way on that. It is nice to have the units but having a different label for the Z-Score transformed data may be a bunch more work.

alee commented 2 years ago

As of 6c891c0b43f00b7792eea2d5a7a655ee089949c5 it's now set to the transform name label (e.g., ZScore wrt selected interval or ZScore wrt fixed interval etc). I could also include the variable name but then the axis label runs out of space and it gets cut off.

Thoughts?

alee commented 2 years ago

mostly fixed in c40791ba0339f7b1e84bf7642ac077ce59244108 - reopen if needed for refinement