Get rid of Bokeh graphic

Hi,

I’ve created a small app in which I have two Bokeh charts, one above the other. The circular colorful Bokeh graphics (which link to bokeh.pydata.org) are starting to make my webpage look quite busy, and they’re taking up space that would look nicer blank.

Is there an option to remove the graphic? I couldn’t figure out how to remove it from the html page.

Thanks!

Armen

Right now yo can only remove the entire toolbar (by setting toolbar_location=None on the plot) but this has been an often requested feature so we will try to work it in soon. (Or we are always happy to help new contributors make Pull Requests!)

Bryan

···

On Nov 21, 2014, at 8:17 PM, Armen Alexanian <[email protected]> wrote:

Hi,

I've created a small app in which I have two Bokeh charts, one above the other. The circular colorful Bokeh graphics (which link to bokeh.pydata.org) are starting to make my webpage look quite busy, and they're taking up space that would look nicer blank.

Is there an option to remove the graphic? I couldn't figure out how to remove it from the html page.

Thanks!
Armen

--
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/d9e1f2aa-27c1-4839-b5b4-4fd31dbbbce7%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

You could also hide it with

.bokeh-logo{
display : none;
}

in some css on your web page

···

On Fri 21 Nov 2014 08:30:31 PM EST, Bryan Van de Ven wrote:

Right now yo can only remove the entire toolbar (by setting toolbar_location=None on the plot) but this has been an often requested feature so we will try to work it in soon. (Or we are always happy to help new contributors make Pull Requests!)

Bryan

On Nov 21, 2014, at 8:17 PM, Armen Alexanian <[email protected]> wrote:

Hi,

I've created a small app in which I have two Bokeh charts, one above the other. The circular colorful Bokeh graphics (which link to bokeh.pydata.org) are starting to make my webpage look quite busy, and they're taking up space that would look nicer blank.

Is there an option to remove the graphic? I couldn't figure out how to remove it from the html page.

Thanks!
Armen

--
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/d9e1f2aa-27c1-4839-b5b4-4fd31dbbbce7%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks very much Bryan and hugo!

···

On Nov 21, 2014 6:48 PM, “hugo” [email protected] wrote:

You could also hide it with

.bokeh-logo{

display : none;

}

in some css on your web page

On Fri 21 Nov 2014 08:30:31 PM EST, Bryan Van de Ven wrote:

Right now yo can only remove the entire toolbar (by setting toolbar_location=None on the plot) but this has been an often requested feature so we will try to work it in soon. (Or we are always happy to help new contributors make Pull Requests!)

Bryan

On Nov 21, 2014, at 8:17 PM, Armen Alexanian [email protected] wrote:

Hi,

I’ve created a small app in which I have two Bokeh charts, one above the other. The circular colorful Bokeh graphics (which link to bokeh.pydata.org) are starting to make my webpage look quite busy, and they’re taking up space that would look nicer blank.

Is there an option to remove the graphic? I couldn’t figure out how to remove it from the html page.

Thanks!

Armen

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/d9e1f2aa-27c1-4839-b5b4-4fd31dbbbce7%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/546FF97E.3040708%40gmail.com.

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

Hi, Armen,

just a little update, you can now avoid the display of the logo with:

p = figure(…, logo=None,…)

Have fun!

Damian

···

On Saturday, November 22, 2014 1:18:30 AM UTC-3, Armen Alexanian wrote:

Thanks very much Bryan and hugo!

On Nov 21, 2014 6:48 PM, “hugo” [email protected] wrote:

You could also hide it with

.bokeh-logo{

display : none;

}

in some css on your web page

On Fri 21 Nov 2014 08:30:31 PM EST, Bryan Van de Ven wrote:

Right now yo can only remove the entire toolbar (by setting toolbar_location=None on the plot) but this has been an often requested feature so we will try to work it in soon. (Or we are always happy to help new contributors make Pull Requests!)

Bryan

On Nov 21, 2014, at 8:17 PM, Armen Alexanian [email protected] wrote:

Hi,

I’ve created a small app in which I have two Bokeh charts, one above the other. The circular colorful Bokeh graphics (which link to bokeh.pydata.org) are starting to make my webpage look quite busy, and they’re taking up space that would look nicer blank.

Is there an option to remove the graphic? I couldn’t figure out how to remove it from the html page.

Thanks!

Armen

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/d9e1f2aa-27c1-4839-b5b4-4fd31dbbbce7%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/546FF97E.3040708%40gmail.com.

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