You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this tool to create cross section profiles, which is an incredible development:
As you can see, I am plotting the values on the scatter plot as points because if I use lines - the line would join the gap where there is no data for that depth unit. However, now there are visible gaps between points where there is a large jump in vertical change.
Basically, it would be good to be able to set a max interpolation distance, so I could make it so the points only connect with lines where the gap between points is less than for example, 10m along the x-axis.
On further inspection of the plotly library I believe the function required is ConnectGaps = True/False
The text was updated successfully, but these errors were encountered:
I've been using this tool to create cross section profiles, which is an incredible development:
As you can see, I am plotting the values on the scatter plot as points because if I use lines - the line would join the gap where there is no data for that depth unit. However, now there are visible gaps between points where there is a large jump in vertical change.
Basically, it would be good to be able to set a max interpolation distance, so I could make it so the points only connect with lines where the gap between points is less than for example, 10m along the x-axis.
On further inspection of the plotly library I believe the function required is ConnectGaps = True/False
The text was updated successfully, but these errors were encountered: