Replies: 1 comment 2 replies
-
Hello, Unfortunately, there is currently no control over the position of the bar annotations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I'm really happy to have found lets-plot. It has made visualising data pretty easy.
I have the following issue, I'm having a hard time understanding how to place labels in a geom_bar plot. Ideally, I want to have control over where in the bar they are drawn. Middle, outside the bar, etc.
But I can't move the labels. I feel that by using alignment characters ^ < > is only for the characters specified by the format not the graphic the text is bounded by.
This has also being a problem when creating a stacked geom_bar plot.
Below is my example
Here is what I get

Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions