Mixing surface and scatterplot in a single 3D plot
问题 I am studying the patterns of distribution of whales around specific seabed structures. I am trying to create an interactive 3D plot showing at the same time: bathymetry as a surface ( x = longitude, y = latitude, z = depth), and geographic location of whale groups ( x = longitude, y = latitude, z = fixed depth -30 meters for example). Coordinates are projected in a UTM coordinate system. I usually work with R and the ggplot2 package for producing figures. Here, the plotly package seemed like