Can I add a slider/horizontal bar over a colorbar? #3614
Unanswered
JackusGomux
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm a noob with Makie and I am trying to use it to show a 3d trajectory, including rotations. I am quite happy with what it is looking now, I am using a mesh object inside Axis3 and rotating it so that it represents the rotations in the animations. I have a few questions regarding this.
The first one is, when I use autolimits!(), is there any way of telling it to maintain a certain aspect ratio?
Secondly, I am thinking of making an Observable for a vector's magnitude, and showing the changes through a heatmap, changing its color, and including a colorbar next to it for reference. As it is an animation, I thought it would be very nice if I could have some kind of slider showing the value on the colorbar as well. Is there a way of doing this?
Finally, is it possible to use observables with rotate!(), to make it rotate whenever the observable changes?
Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions