Gridplot Title

Hi,

Is there any way to add a title to gridplot?

Thanks in advance.

Alan Taranti

Hi,

There is no way to add a title to a GridPlot itself, but you can make a Div and put it in a layout with your grid plot:

  from bokeh.layouts import column
  from bokeh.models import Div

  title = Div(...)
  
  show(column(title, grid_plot))

Thanks,

Bryan

ยทยทยท

On Jul 15, 2017, at 15:32, Alan Taranti <[email protected]> wrote:

Hi,

Is there any way to add a title to gridplot?

Thanks in advance.

Alan Taranti

--
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/fc41f2da-f9f2-456b-a9fd-78a0e769090d%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.