-
Notifications
You must be signed in to change notification settings - Fork 66
indefinite loading time of some plots #239
Comments
@hafen will have to comment definitively when he gets back later this month, but my guess is that trelliscope is similar to reveal.js slideshows, and everything is actually on one giant page with "virtual" subpages? If so I can definitely confirm that before Bokeh 1.1, ~3000 bokeh plots would take approximately infinite time to load. Even with 1.1, which dramatically improves some performance, a simple test case with 2800 plots took about a minute to run before raising the browser, then maybe another minute to finish rendering, and displayed a warning about the page taking up lots of memory. There's been asks to defer rendering of hidden Bokeh plots on occasion, so maybe this can be a concrete use case to spur that development |
Hi, Noted I realize that for the example using plotly, the function Actually I wanted to ask if there is an example to use |
@hafen it occurs to me (when you are back) that the best thing here is actually probably to use the recent https://bokeh.pydata.org/en/latest/docs/user_guide/embed.html#json-items That would let you more easily load only what's visible at a time. |
Thanks @bryevdv I'll check that out. @JauntyJJS I haven't encountered this behavior before. Can you reproduce this with a simple sharable example? If so, if you could share reproducible code and your session info, I can look into it. |
Hi, The file and R code used are below I apologize for the overplotting and failure to create a legend in rbokeh. I do not know how to do it When the html file is created , some plots like CE17:0 and CE20:2 load indefinitely This does not happen in the plotly example. The session Info are as follows
|
Hi,
I am using trelliscopejs with rbokeh for the first time and encountered some issues when i tried to create a trellis of around 740 pages with each page containing 4 scatter plots and each scatter plot has around 200 points
I have managed to created the webpage but there seems to be some plots that take an indefinite time to load
Strangely , when I display them one by one, they are fine
The json file size seems to be quite small as well
Does this occurs because I have too much pictures to display ?
The text was updated successfully, but these errors were encountered: