Replies: 3 comments 1 reply
|
Found one thing about the last point: Apparently, to plot every single item in the X axis, Plotters need to have an empty label at the end. So, basically, my issue is that my |
0 replies
|
Did you ever find a solution to this? I'm having the same problem |
1 reply
|
I just tested this in the |
0 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.
I'm trying to use font rotation ('cause I have lots of labels), but I can't find a way to set it that the labels appear under the graph: they appear over the bar.
Also, I still haven't found a way to display all labels, even setting the maximum number of labels to the the same value as the number of points.
Code is here: https://github.com/jbiason/random/blob/master/plotterstest/src/main.rs
All reactions