Allow separate resizing of array observables that should have the same length #4169
jkrumbiegel
started this conversation in
Ideas
Replies: 1 comment
-
I was thinking about this yesterday, and while the solution you propose makes more sense, I kind of wonder if this might also work. Consider an Array of Observables, in which you mutate each using |
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
-
Just writing this down for vizcon again. It's complicated to resize plots like
Scatter
if you can't change the number of points without them going out of sync with the number of colors. Currently, doing so just breaks the plot or results in undefined behavior. It would be better to allow separate resizing and to simply disable a plot from drawing until its different buffers have been synced again. Then it would be possible to do this:Beta Was this translation helpful? Give feedback.
All reactions