Open raacampbell opened 4 years ago
Even though the updateUserSelected callback is reporting it executes quickly, the plot update is really laggy. Why?
updateUserSelected
It's not the plotting itself. It's something to do with the way the callback is being called. Definitely not that a lot of code is being run. It's probably something to do with when the slider update runs.
Even though the
updateUserSelected
callback is reporting it executes quickly, the plot update is really laggy. Why?