Adam

Results 186 comments of Adam

Thanks for sharing @GalTechDev It's really weird because, using your code, I can't even see the gray background of the axes. ![image](https://github.com/plotly/dash/assets/32049495/f45fe0a8-8118-4e28-9035-554e56b2bf60)

Indeed, I was able to replicate the same error. It seems like the scaling gets messed up when the callback fires and switches function from "plot" to "mesh".

@dmitrii-erkin Can you please check if you are able to achieve the graph data extension by using Partial Property Updates ([extend example](https://dash.plotly.com/partial-properties#extend))?

Thanks for reporting, @celia-plotly . @T4rk1n is this something we can quickly fix? If not, @LiamConnors maybe we could at least make note of the workaround in the docs.

Thanks @T4rk1n . I updated the bug to sev1 so we can prioritize.

Thank you for this feature request, @Voltini . Can you please share a MRE with the scatter plots you mention?

Interesting request. Thanks for sharing the code, @Voltini So, if we had this capability, once we set `color=np.random.choice(["a", "b"], N)`, and you clicked on point 'b', the result you'd expect...

Thank you for reporting this, @yxc8 . I can confirm that I'm getting the same error message, using your code. Like you said, if I update the amount to 0.5...

hi @jingningzhang1 Alex and I talked about this. It's not the best way to move forward. We could probably build this capability but it's pretty complex and would take a...

Thanks for reporting this bug, @seb-schulz . Running your code, I get the same error message in the console. But I couldn't get the example to work as expected when...