-
My value above the bar is cut off because the y range is too small. Can I increase the y range by a certain factor so that there is enough space for the value or is there an even better way?
|
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
May 16, 2025
Replies: 2 comments 4 replies
-
You could do: layout:
legend:
y: 1.2 This will push the legend so high up that the plot should have space |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry this not solve the problem. Only the margin between grid and legend got bigger. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ohhh I'm sorry, I thought the problem was that the legend was over the plot, bot that the text annotations were clipped.
Maybe
cliponaxis: false
in the entity?Otherwise you could set the text anchor to be top so the text is below the top of the bar instead of above