Forum Discussion
hsavy
3 years agoFrequent Visitor
Deneb - Independent Y-Axis Field on a facetted plot
Hello everyone, I need you help to make y-axis coherent to the facetted plot I am doing (Deneb). I facet a graph upon differents Products, with independant and differents Versions (y-axis) fo...
- 3 years ago
Thanks hsavy, is this more of what you're after? I simply updated the resolve to set the scale as independent, as opposed to the axis. Let me know if you're trying to do something else.
"resolve": {"scale": {"y": "independent"}}
hsavy
3 years agoFrequent Visitor
Thanks again. I also tried to change the height of each facet according to the number of version. Do you think it's possible ?
I've tried with a calculate and with "height" : calculated_height, but it said it had to constant 😕
giammariam
3 years agoSolution Sage
hsavy I believe so. Can you share the formula that you tried to implement for calculated_height? This may be doable by manipulating the y-scale output range values.
Or a better option is to probably use step for the height instead of a fixed value. See here and let me know.