How to get the dynamic range (x,y,z) when 3-D scatter plot is zoomed in ?
I’m trying to do a relayout , however I could not find any specific objects which could help me with required data.I also tried passing whole ‘scene’ object instead of ‘scene.camera’ , but no joy
I need to get the dynamic range in 3-D plot so that I can determine the data points when I zoom in .
Thanks for the reply .
Yes I have been using ‘plotly_relayout’ , but it is not giving me the updated range of x,y and z-axis (which happens in 2-d plots) . Is there anyway I can get the range using camera settings ?
Can you please let me know how to do it ? Else is the updated range (x,y,z) info stored somewhere in any other object ?
Thanks again . “gd._fullLayout.scene.xaxis.range” gives fixed range , which does not help to solve my problem (which is to get data points after zoom).
Is there a way I can track data-points using ‘camera settings’ which is returned by ‘plotly_relayout’ , I mean there must be some purpose of it right ?