question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Titles over layouts a la "suptitle"

See original GitHub issue

This issue is in regard to a feature I would like to see in bokeh.

It would be nice to be able to make a title over a layout, similar to PyPlot’s suptitle. For example, I make two figures p1 and p2 and then use p3 = Row(p1, p2). Now p1 and p2 have their own titles, but there is no title over the entire plot.

In my opinion, this is an essential functionality to have in a plotting environment. I found some “hack” that was supposed to let you do it, but I couldn’t even make it work.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
bryevdvcommented, Nov 16, 2016

layout + Div seems to work

screen shot 2016-11-16 at 11 57 49 am

As mentioned earlier, the individual plots are on separate HTML5 canvases, so this is probably the best solution that can be expected.

1reaction
bryevdvcommented, Nov 16, 2016

Of course one benefit of this is that you can style the div with HTML, CSS easily:

screen shot 2016-11-16 at 12 04 26 pm
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set a single, main title above all the subplots with Pyplot?
Use pyplot.suptitle or Figure.suptitle : import matplotlib.pyplot as plt import numpy as np fig=plt.figure() data=np.arange(900).reshape((30,30)) for i in ...
Read more >
matplotlib.pyplot.suptitle — Matplotlib 3.6.2 documentation
The Text instance of the suptitle. Other Parameters: fontpropertiesNone or dict, optional. A dict of font properties. If fontproperties is given the default ......
Read more >
Cards - Bootstrap
A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background...
Read more >
Modify components of a theme - ggplot2
Themes are a powerful way to customize the non-data components of your plots: i.e. titles, labels, fonts, background, gridlines, and legends.
Read more >
Different types of slide layout in PowerPoint - Pokeslide
Respecting the company's identity through a personalised and balanced artistic ... Simple Content slide layout includes the title of the slide, a subtitle, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found