slow to load htlm

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

  https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py

has about 30 plots on one page and comes up in ~4 seconds on my machine. That's still slower than I would like, but certainly not in the "script unresponsive" territory, or anywhere near.

Thanks,

Bryan

···

On Jun 29, 2016, at 4:17 PM, [email protected] wrote:

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

--
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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Wow that's really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let's match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It's also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

···

On Jun 29, 2016, at 4:39 PM, Darren Kondrat <[email protected]> wrote:

Bryan, thanks for the help! I attached my code and file needed. Please don't laugh at my coding style. No formal training, just like to play.

BTW, I thought your youtube videos were very useful!!

Darren

On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven <[email protected]> wrote:
Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

        https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py

has about 30 plots on one page and comes up in ~4 seconds on my machine. That's still slower than I would like, but certainly not in the "script unresponsive" territory, or anywhere near.

Thanks,

Bryan

> On Jun 29, 2016, at 4:17 PM, [email protected] wrote:
>
> I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.
>
>
>
> Warning Message:
>
> A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
>
> Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238
>
>
> Has anyone else experienced this?
>
> Darren
>
>
>
> --
> 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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<dk-model_bokeh2.py><6-8main.LAS>

thanks, it takes about a minute before it times out. I am on a new Windows 10 laptop with firefox version 47. I changed from MS Edge as the default browser to Firefox because it was ~15s to load vs ~4 in firefox

I tried chrome and it came up in 28sec without the error message. Is there a reason it is loading the webpage in the message?

I would like the tool tips on the line plots different that the scatter. The ‘y’ zoom is perfect for the line plots! I will try and group them. I was using hplot before, this is much better but I will try the gridplot.

I am struggling with color for the scatter plots. For some reason, I can’t figure out how to use a spectrum color palette??? Also, the slider call doesn’t work and I think I copied your example closely.

Please just point me in the right direction, any help is greatly appreciated!!

Darren

···

On Wed, Jun 29, 2016 at 3:49 PM Bryan Van de Ven [email protected] wrote:

Wow that’s really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let’s match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It’s also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

On Jun 29, 2016, at 4:39 PM, Darren Kondrat [email protected] wrote:

Bryan, thanks for the help! I attached my code and file needed. Please don’t laugh at my coding style. No formal training, just like to play.

BTW, I thought your youtube videos were very useful!!

Darren

On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven [email protected] wrote:

Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

    [https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py](https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py)

has about 30 plots on one page and comes up in ~4 seconds on my machine. That’s still slower than I would like, but certainly not in the “script unresponsive” territory, or anywhere near.

Thanks,

Bryan

On Jun 29, 2016, at 4:17 PM, [email protected] wrote:

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<dk-model_bokeh2.py><6-8main.LAS>

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/00413671-E6F6-4F8F-88EB-77109E0CEA89%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Sorry!! I have to apologize for my curse in the slider function call. I should have been more careful before sending it.

···

On Wed, Jun 29, 2016 at 4:08 PM Darren Kondrat [email protected] wrote:

thanks, it takes about a minute before it times out. I am on a new Windows 10 laptop with firefox version 47. I changed from MS Edge as the default browser to Firefox because it was ~15s to load vs ~4 in firefox

I tried chrome and it came up in 28sec without the error message. Is there a reason it is loading the webpage in the message?

I would like the tool tips on the line plots different that the scatter. The ‘y’ zoom is perfect for the line plots! I will try and group them. I was using hplot before, this is much better but I will try the gridplot.

I am struggling with color for the scatter plots. For some reason, I can’t figure out how to use a spectrum color palette??? Also, the slider call doesn’t work and I think I copied your example closely.

Please just point me in the right direction, any help is greatly appreciated!!

Darren

On Wed, Jun 29, 2016 at 3:49 PM Bryan Van de Ven [email protected] wrote:

Wow that’s really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let’s match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It’s also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

On Jun 29, 2016, at 4:39 PM, Darren Kondrat [email protected] wrote:

Bryan, thanks for the help! I attached my code and file needed. Please don’t laugh at my coding style. No formal training, just like to play.

BTW, I thought your youtube videos were very useful!!

Darren

On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven [email protected] wrote:

Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

    [https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py](https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py)

has about 30 plots on one page and comes up in ~4 seconds on my machine. That’s still slower than I would like, but certainly not in the “script unresponsive” territory, or anywhere near.

Thanks,

Bryan

On Jun 29, 2016, at 4:17 PM, [email protected] wrote:

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<dk-model_bokeh2.py><6-8main.LAS>

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/00413671-E6F6-4F8F-88EB-77109E0CEA89%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Using Chrome helps load quicker but the mouse wheel zoom doesn’t work. I loaded the same html file in Firefox(waited the minute) and the mouse wheel worked.

···

On Wednesday, June 29, 2016 at 4:09:07 PM UTC-6, Dkon99 wrote:

thanks, it takes about a minute before it times out. I am on a new Windows 10 laptop with firefox version 47. I changed from MS Edge as the default browser to Firefox because it was ~15s to load vs ~4 in firefox

I tried chrome and it came up in 28sec without the error message. Is there a reason it is loading the webpage in the message?

I would like the tool tips on the line plots different that the scatter. The ‘y’ zoom is perfect for the line plots! I will try and group them. I was using hplot before, this is much better but I will try the gridplot.

I am struggling with color for the scatter plots. For some reason, I can’t figure out how to use a spectrum color palette??? Also, the slider call doesn’t work and I think I copied your example closely.

Please just point me in the right direction, any help is greatly appreciated!!

Darren

On Wed, Jun 29, 2016 at 3:49 PM Bryan Van de Ven [email protected] wrote:

Wow that’s really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let’s match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It’s also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

On Jun 29, 2016, at 4:39 PM, Darren Kondrat [email protected] wrote:

Bryan, thanks for the help! I attached my code and file needed. Please don’t laugh at my coding style. No formal training, just like to play.

BTW, I thought your youtube videos were very useful!!

Darren

On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven [email protected] wrote:

Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

    [https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py](https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py)

has about 30 plots on one page and comes up in ~4 seconds on my machine. That’s still slower than I would like, but certainly not in the “script unresponsive” territory, or anywhere near.

Thanks,

Bryan

On Jun 29, 2016, at 4:17 PM, [email protected] wrote:

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<dk-model_bokeh2.py><6-8main.LAS>

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/00413671-E6F6-4F8F-88EB-77109E0CEA89%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

I'm afraid I'm stumped. With webgl enabled, the mouse zoom also works great for me. Did you turn webgl off by any chance? I would expect interactivity to take a nosedive if so many points are sent with webgl turned off.

Bryan

···

On Jun 29, 2016, at 11:53 PM, Dkon99 <[email protected]> wrote:

Using Chrome helps load quicker but the mouse wheel zoom doesn't work. I loaded the same html file in Firefox(waited the minute) and the mouse wheel worked.

On Wednesday, June 29, 2016 at 4:09:07 PM UTC-6, Dkon99 wrote:
thanks, it takes about a minute before it times out. I am on a new Windows 10 laptop with firefox version 47. I changed from MS Edge as the default browser to Firefox because it was ~15s to load vs ~4 in firefox

I tried chrome and it came up in 28sec without the error message. Is there a reason it is loading the webpage in the message?

I would like the tool tips on the line plots different that the scatter. The 'y' zoom is perfect for the line plots! I will try and group them. I was using hplot before, this is much better but I will try the gridplot.

I am struggling with color for the scatter plots. For some reason, I can't figure out how to use a spectrum color palette??? Also, the slider call doesn't work and I think I copied your example closely.

Please just point me in the right direction, any help is greatly appreciated!!

Darren

On Wed, Jun 29, 2016 at 3:49 PM Bryan Van de Ven <[email protected]> wrote:
Wow that's really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let's match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It's also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

> On Jun 29, 2016, at 4:39 PM, Darren Kondrat <[email protected]> wrote:
>
> Bryan, thanks for the help! I attached my code and file needed. Please don't laugh at my coding style. No formal training, just like to play.
>
> BTW, I thought your youtube videos were very useful!!
>
> Darren
>
> On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven <[email protected]> wrote:
> Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:
>
> https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py
>
> has about 30 plots on one page and comes up in ~4 seconds on my machine. That's still slower than I would like, but certainly not in the "script unresponsive" territory, or anywhere near.
>
> Thanks,
>
> Bryan
>
> > On Jun 29, 2016, at 4:17 PM, [email protected] wrote:
> >
> > I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.
> >
> >
> >
> > Warning Message:
> >
> > A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
> >
> > Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238
> >
> >
> > Has anyone else experienced this?
> >
> > Darren
> >
> >
> >
> > --
> > 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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io\.
> > For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
>
> --
> 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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
>
> --
> 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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
> <dk-model_bokeh2.py><6-8main.LAS>

--
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/00413671-E6F6-4F8F-88EB-77109E0CEA89%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/b0ea4e60-5b12-4725-91b5-294b531b709f%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

no webgl is unchanged, I was on.

···

On Thursday, June 30, 2016 at 8:00:04 AM UTC-6, Bryan Van de ven wrote:

I’m afraid I’m stumped. With webgl enabled, the mouse zoom also works great for me. Did you turn webgl off by any chance? I would expect interactivity to take a nosedive if so many points are sent with webgl turned off.

Bryan

On Jun 29, 2016, at 11:53 PM, Dkon99 [email protected] wrote:

Using Chrome helps load quicker but the mouse wheel zoom doesn’t work. I loaded the same html file in Firefox(waited the minute) and the mouse wheel worked.

On Wednesday, June 29, 2016 at 4:09:07 PM UTC-6, Dkon99 wrote:

thanks, it takes about a minute before it times out. I am on a new Windows 10 laptop with firefox version 47. I changed from MS Edge as the default browser to Firefox because it was ~15s to load vs ~4 in firefox

I tried chrome and it came up in 28sec without the error message. Is there a reason it is loading the webpage in the message?

I would like the tool tips on the line plots different that the scatter. The ‘y’ zoom is perfect for the line plots! I will try and group them. I was using hplot before, this is much better but I will try the gridplot.

I am struggling with color for the scatter plots. For some reason, I can’t figure out how to use a spectrum color palette??? Also, the slider call doesn’t work and I think I copied your example closely.

Please just point me in the right direction, any help is greatly appreciated!!

Darren

On Wed, Jun 29, 2016 at 3:49 PM Bryan Van de Ven [email protected] wrote:

Wow that’s really cool. FWIW it loads in a about 3-4 seconds on my machine (OSX/Chome) Let’s match expectations about slow, how many seconds are you seeing for the page to load? Alternatively, perhaps there is some platform specific issue to investigate. Can you provide information about the platform and browser you are using? If possible can you compare on other platform/browser to see if you see the same?

FYI if you wanted to only have one toolbar for all the vertical plots, try putting them in a bokeh.layouts.gridplot It’s also possible to constrain the pan and zoom tools to only one dimension if that makes sense for your use-case.

Thanks,

Bryan

On Jun 29, 2016, at 4:39 PM, Darren Kondrat [email protected] wrote:

Bryan, thanks for the help! I attached my code and file needed. Please don’t laugh at my coding style. No formal training, just like to play.

BTW, I thought your youtube videos were very useful!!

Darren

On Wed, Jun 29, 2016 at 3:25 PM Bryan Van de Ven [email protected] wrote:

Can you provide more details, and ideally some example code to reproduce the problem? While there are some possible performance implications around the new layout, that we intend to look at for the next point release, I would not expect that alone to cause what you are describing, so it is hard to speculate without details. How many points are in each plot, for instance? As a comparison, this example:

    [https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py](https://github.com/bokeh/bokeh/blob/master/examples/plotting/file/glyphs.py)

has about 30 plots on one page and comes up in ~4 seconds on my machine. That’s still slower than I would like, but certainly not in the “script unresponsive” territory, or anywhere near.

Thanks,

Bryan

On Jun 29, 2016, at 4:17 PM, [email protected] wrote:

I am using bokeh to do some plotting. I have 6 line plots and 2 scatter plots all connected. The plot came up in Firefox within a few seconds until yesterday. I noticed a few new examples and wanted to try applying them specifically, the slider example. I noticed the documentation was in bokeh .12 so I updated my version. Ever since my plots are dog slow to come up and I get this warning message while firefox is trying to load the html.

Warning Message:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: https://cdn.pydata.org/bokeh/release/bokeh-0.12.0.min.js:238

Has anyone else experienced this?

Darren

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/9a765163-56d5-4950-9cb7-7724bcb6f97a%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1335BF21-2EF2-412B-B5FB-3062C8A63C16%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/CAPTrt5Z0yk6hY%2BViQS%2BjizuXuRsf1cbPA7Ad4bUgVYBeKZ2pcw%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<dk-model_bokeh2.py><6-8main.LAS>

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/00413671-E6F6-4F8F-88EB-77109E0CEA89%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.


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/b0ea4e60-5b12-4725-91b5-294b531b709f%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.