No colors on plot when pushing to server.

I’m pushing a set of tabs to a bokeh server set up like this

bokeh serv --port 1027

and I push the tabs like so:

tabs = Tabs(tabs = tab_plots)

session = push_session(curdoc(), url = “http://localhost:1027”)

session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I’m happy to supply more detailed info.

Robert,

That all seems fine, so more information (e.g. a script to debug with) will be needed to investigate anything.

Thanks,

Bryan

···

On Jan 28, 2016, at 6:30 AM, Robert <[email protected]> wrote:

I'm pushing a set of tabs to a bokeh server set up like this

           bokeh serv --port 1027

and I push the tabs like so:

           tabs = Tabs(tabs = tab_plots)
           session = push_session(curdoc(), url = "http://localhost:1027")
           session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I'm happy to supply more detailed info.

--
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/b96a6b3a-6ee4-4144-8467-104322415806%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Bryan,

I’ve written a script that replicates the “bug”. I’ve created a pastebin for it, hopefully this will give some insight. Or reveal if I’ve become locally colorblind.

Thank you for the response,

Robert

torsdag 28. januar 2016 15.23.14 UTC+1 skrev Bryan Van de ven følgende:

···

Robert,

That all seems fine, so more information (e.g. a script to debug with) will be needed to investigate anything.

Thanks,

Bryan

On Jan 28, 2016, at 6:30 AM, Robert [email protected] wrote:

I’m pushing a set of tabs to a bokeh server set up like this

       bokeh serv --port 1027

and I push the tabs like so:

       tabs = Tabs(tabs = tab_plots)
       session = push_session(curdoc(), url = "[http://localhost:1027](http://localhost:1027)")
       session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I’m happy to supply more detailed info.


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/b96a6b3a-6ee4-4144-8467-104322415806%40continuum.io.

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

I wonder if it is a problem with colors specified as tuples, which I don’t think have gotten as much use. Can you try specifying the colors as string hex color values, or named colors?

Bryan

···

On Jan 28, 2016, at 08:46, Robert [email protected] wrote:

Bryan,

I’ve written a script that replicates the “bug”. I’ve created a pastebin for it, hopefully this will give some insight. Or reveal if I’ve become locally colorblind.

Thank you for the response,

Robert

torsdag 28. januar 2016 15.23.14 UTC+1 skrev Bryan Van de ven følgende:

Robert,

That all seems fine, so more information (e.g. a script to debug with) will be needed to investigate anything.

Thanks,

Bryan

On Jan 28, 2016, at 6:30 AM, Robert [email protected] wrote:

I’m pushing a set of tabs to a bokeh server set up like this

       bokeh serv --port 1027

and I push the tabs like so:

       tabs = Tabs(tabs = tab_plots)
       session = push_session(curdoc(), url = "[http://localhost:1027](http://localhost:1027)")
       session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I’m happy to supply more detailed info.


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/b96a6b3a-6ee4-4144-8467-104322415806%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/bc0e4e16-7a4e-42a9-b654-a5fb0fafe78b%40continuum.io.

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

Huh, you were right on the money. Inserting

colour_list = [‘#3288bd’, ‘#99d594’, ‘#e6f598’, ‘#fee08b’, ‘#fc8d59’, ‘#d53e4f’]

solved the problem.

Is it worth submitting a report on github?

-Robert

···

2016-01-28 16:16 GMT+01:00 Bryan Van de Ven [email protected]:

I wonder if it is a problem with colors specified as tuples, which I don’t think have gotten as much use. Can you try specifying the colors as string hex color values, or named colors?

Bryan

On Jan 28, 2016, at 08:46, Robert [email protected] wrote:

Bryan,

I’ve written a script that replicates the “bug”. I’ve created a pastebin for it, hopefully this will give some insight. Or reveal if I’ve become locally colorblind.

Thank you for the response,

Robert

torsdag 28. januar 2016 15.23.14 UTC+1 skrev Bryan Van de ven følgende:

Robert,

That all seems fine, so more information (e.g. a script to debug with) will be needed to investigate anything.

Thanks,

Bryan

On Jan 28, 2016, at 6:30 AM, Robert [email protected] wrote:

I’m pushing a set of tabs to a bokeh server set up like this

       bokeh serv --port 1027

and I push the tabs like so:

       tabs = Tabs(tabs = tab_plots)
       session = push_session(curdoc(), url = "[http://localhost:1027](http://localhost:1027)")
       session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I’m happy to supply more detailed info.


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/b96a6b3a-6ee4-4144-8467-104322415806%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/bc0e4e16-7a4e-42a9-b654-a5fb0fafe78b%40continuum.io.

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

You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/J6D1AbbZmec/unsubscribe.

To unsubscribe from this group and all its topics, 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/DA62D836-7A2E-45E4-8854-4EA188204340%40continuum.io.

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

Yes, please make a GH issue do that we can take a closer look at some point.

Thanks,

Bryan

···

2016-01-28 16:16 GMT+01:00 Bryan Van de Ven [email protected]:

I wonder if it is a problem with colors specified as tuples, which I don’t think have gotten as much use. Can you try specifying the colors as string hex color values, or named colors?

Bryan

On Jan 28, 2016, at 08:46, Robert [email protected] wrote:

Bryan,

I’ve written a script that replicates the “bug”. I’ve created a pastebin for it, hopefully this will give some insight. Or reveal if I’ve become locally colorblind.

Thank you for the response,

Robert

torsdag 28. januar 2016 15.23.14 UTC+1 skrev Bryan Van de ven følgende:

Robert,

That all seems fine, so more information (e.g. a script to debug with) will be needed to investigate anything.

Thanks,

Bryan

On Jan 28, 2016, at 6:30 AM, Robert [email protected] wrote:

I’m pushing a set of tabs to a bokeh server set up like this

       bokeh serv --port 1027

and I push the tabs like so:

       tabs = Tabs(tabs = tab_plots)
       session = push_session(curdoc(), url = "[http://localhost:1027](http://localhost:1027)")
       session.show()

Which displays all the plots, but with no colors. Any ideas as to whats going on? I’m happy to supply more detailed info.


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/b96a6b3a-6ee4-4144-8467-104322415806%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/bc0e4e16-7a4e-42a9-b654-a5fb0fafe78b%40continuum.io.

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

You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/J6D1AbbZmec/unsubscribe.

To unsubscribe from this group and all its topics, 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/DA62D836-7A2E-45E4-8854-4EA188204340%40continuum.io.

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