On Tue, Mar 24, 2020 at 6:20 PM Thomas Passin <[email protected]> wrote:
> ...using Holoviews with the matplotlib back end, it is easy to save a plot and show in in a Leo node. Using the Bokeh backend, or using Bokeh itself, it's nearly impossible. > The attached png file is a screen shot showing my little Holoview program creating an image and embedding it in the rendered result. Thanks! > The reason it's very hard to do with the Bokeh back end is that Bokeh never actually creates an image file. It creates an HTML file with javascript instructions for drawing the images. The VR plugin typically renders by calling w.setHtml(text). Why won't that work with the html file created by Bokeh? > In Holoview, doing your calculations and making the plot can use either Matplotlib or Bokeh back ends interchangeably, so just use matplotlib and everything will be way easier. Sounds great. Thanks for your researches. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS2RJVYrdOzeFUTvMH1w2n1cBK3DJ%2BxO1t-T8ZhQ35WURg%40mail.gmail.com.
