Bokeh interactive 3D plot with surface and dot on same canvas.

Hi,

I have a problem where I need to display the norm(reference) data as a 3D surface and outlier data points as scatter(dot-color) over the surface. But unfortunately, bokeh(visjs) renders each style on a different canvas. Is there a way I can fix this ?

Thanks in advance!

Hi,

You will have to expand on the custom extension implementation in the example to suit your needs. Bokeh itself does not have any 3d capability built in, and that example with vis.js does not purport to add any comprehensive capability. The main purpose of the example is to be a demonstration of how it is possible to extend Bokeh with third party JS libraries. As such, in order to be instructive, the example itself is made very simple and basic.

Thanks,

Bryan

ยทยทยท

On Jun 25, 2018, at 16:40, [email protected] wrote:

Hi,

I have a problem where I need to display the norm(reference) data as a 3D surface and outlier data points as scatter(dot-color) over the surface. But unfortunately, bokeh(visjs) renders each style on a different canvas. Is there a way I can fix this ?

Thanks in advance!

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/87a13046-7a15-4453-8744-5532fb4a9e9d%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.