# Plots: title -- what if I have subplots?

**URL:** https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838
**Category:** Visualization
**Created:** [May 11, 2018, 10:07am UTC](https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838 "2018-05-11T10:07:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![BLI](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bli/32/37206_2.png) [@BLI](https://discourse.julialang.org/u/BLI)
#### Post date: [May 11, 2018, 10:07am UTC](https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838/1 "2018-05-11T10:07:20Z")

</div>

Using `Plots`: if I have subplots, a `title` is applied to the subplot.

Is there a “supertitle” that is applied for the entire plot, and not for the various subplots?

---

<div class="post-metadata">

### Author: ![JackDevine](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jackdevine/32/1048_2.png) [@JackDevine](https://discourse.julialang.org/u/JackDevine)
#### Post date: [May 12, 2018, 4:34am UTC](https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838/2 "2018-05-12T04:34:18Z")

</div>

On the [attributes](http://docs.juliaplots.org/latest/attributes/) part of the docs, there is an attribute called `plot_title`, which is what you want. Unfortunately, the attribute description says that it is not implemented yet…

---

<div class="post-metadata">

### Author: ![babaq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/babaq/32/891_2.png) [@babaq](https://discourse.julialang.org/u/babaq)
#### Post date: [June 4, 2018, 10:48pm UTC](https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838/3 "2018-06-04T22:48:12Z")

</div>

Just happened to need this `plot_tilte`, is there anyone working on this?

---

<div class="post-metadata">

### Author: ![kaslusimoes](https://avatars.discourse-cdn.com/v4/letter/k/b19c9b/32.png) [@kaslusimoes](https://discourse.julialang.org/u/kaslusimoes)
#### Post date: [June 5, 2018, 2:05pm UTC](https://discourse.julialang.org/t/plots-title-what-if-i-have-subplots/10838/4 "2018-06-05T14:05:49Z")

</div>

As far as I can tell looking at the GitHub repo it seems no one is working on that now.

There is an [issue](https://github.com/JuliaPlots/Plots.jl/issues/1293) at the repo detailing a nice workaround using `annotation`
