If you want to see something else really strange, the same matplotlib-without-VR3 example that runs successfully with CTRL-B fails to run from a (non-Leo) terminal. The error says that this line invokes parameters that don't exist. I had to remove the line and then the plot was produced:
curve1.opts(height=350, width=350) On Saturday, March 28, 2020 at 4:45:07 AM UTC-4, Edward K. Ream wrote: > > > > On Fri, Mar 27, 2020 at 11:02 PM Thomas Passin <[email protected] > <javascript:>> wrote: > >> Here is a Leo outline containing >> >> 1 - Holoview examples using Bokeh, with and without using VR3; >> 2 - Holoviews examples using matplotlib with and without using VR3; >> 3 - Bokeh examples with and without using VR3. >> >> All of these work on my Windows machine as of tonight. I cleaned them >> up, corrected for what seem to have been updates to Bokeh (or maybe my >> misunderstanding), so they are, I think, minimal examples that illustrate >> how to write the code. Edward, would you try them out and see what happens >> with your setup? >> > > Thanks for this. Very helpful. > > I'm seeing something strange. I have a conda holo37 env from which I can > import holoviews and matplotlib from the python interp itself. But the > same imports fail when executed from hv_bokeh_examples.leo. > > Let me do some researches of various kinds before setting up a zoom > meeting. > > 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/6b7191af-0358-4eb2-9f28-c9f479c1af7a%40googlegroups.com.
