In ggplot2 there is parameters `plot.title.position` and `plot.caption.position` which can take two string values: - "panel" (default) - titles and/or caption are aligned to the plot panels: <img src="https://github.com/JetBrains/lets-plot/assets/26162403/e3aced9d-c1b2-4ae0-a7f0-0281d513c2a7" width="400"></img> - "plot" - titles and/or caption are aligned to the entire plot: <img src="https://github.com/JetBrains/lets-plot/assets/26162403/559371d8-26b4-4ee6-82b1-ecc475f58f2e" width="400"></img> Presumably this is the only valid way to move the titles outside the panel.