remove bokeh logo from a gidplot

Hello,

thanks for the powerful tool. I have two plots arranged in a gridplot (ncol=1). For each plot,

I have

p.toolbar.logo = None

However the final gridplot shows the bokeh logo.

Can this be removed?

Thanks

Saptarshi

Hey Saptarshi,

gridplot() creates a new toolbar that is shared between the figures in the grid. You can specify what options to use when creating this toolbar with the toolbar_options argument. toolbar_options takes a dictionary of option value pairs. So, creating a gridplot with no logo on the toolbar would look something like gridplot(..., toolbar_options={'logo': None}) — ignoring other possible arguments. You can read more about gridplot on the layouts reference page, here.

···

On Fri, Mar 3, 2017 at 11:54 AM, [email protected] wrote:

Hello,

thanks for the powerful tool. I have two plots arranged in a gridplot (ncol=1). For each plot,

I have

p.toolbar.logo = None

However the final gridplot shows the bokeh logo.

Can this be removed?

Thanks

Saptarshi

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/d174dcb1-ba92-4410-acee-6cc640b468ff%40continuum.io.

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

Thank you much

···

On Friday, March 3, 2017 at 4:41:34 PM UTC-8, Tyler Nickerson wrote:

Hey Saptarshi,

gridplot() creates a new toolbar that is shared between the figures in the grid. You can specify what options to use when creating this toolbar with the toolbar_options argument. toolbar_options takes a dictionary of option value pairs. So, creating a gridplot with no logo on the toolbar would look something like gridplot(..., toolbar_options={'logo': None}) — ignoring other possible arguments. You can read more about gridplot on the layouts reference page, here.

On Fri, Mar 3, 2017 at 11:54 AM, [email protected] wrote:

Hello,

thanks for the powerful tool. I have two plots arranged in a gridplot (ncol=1). For each plot,

I have

p.toolbar.logo = None

However the final gridplot shows the bokeh logo.

Can this be removed?

Thanks

Saptarshi

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/d174dcb1-ba92-4410-acee-6cc640b468ff%40continuum.io.

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