# Adding Labels to Inset/Lens Plots

**URL:** https://discourse.julialang.org/t/adding-labels-to-inset-lens-plots/62304
**Category:** General Usage
**Tags:** plotting
**Created:** [June 2, 2021, 9:31pm UTC](https://discourse.julialang.org/t/adding-labels-to-inset-lens-plots/62304 "2021-06-02T21:31:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![arnab](https://avatars.discourse-cdn.com/v4/letter/a/439d5e/32.png) [@arnab](https://discourse.julialang.org/u/arnab)
#### Post date: [June 2, 2021, 9:31pm UTC](https://discourse.julialang.org/t/adding-labels-to-inset-lens-plots/62304/1 "2021-06-02T21:31:19Z")

</div>

I am trying to use lens! to zoom in on part of a plot following [this tutorial](https://docs.juliaplots.org/latest/generated/gr/). However, I want to add a separate label to the inset plot. Is there an easy way to do this in Julia?

Thanks!

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [June 2, 2021, 11:12pm UTC](https://discourse.julialang.org/t/adding-labels-to-inset-lens-plots/62304/2 "2021-06-02T23:12:27Z")

</div>

Would it be Ok to `annotate!()` above the inset?

 ![Plots_gr_inset_annotation](https://global.discourse-cdn.com/julialang/original/3X/b/1/b1828d668d7f247f991490154d9441827a4ed443.png)
