# Make previous plot from navigator the current plot

**URL:** https://discourse.julialang.org/t/make-previous-plot-from-navigator-the-current-plot/109597
**Category:** VS Code
**Tags:** plotting
**Created:** [February 1, 2024, 10:55pm UTC](https://discourse.julialang.org/t/make-previous-plot-from-navigator-the-current-plot/109597 "2024-02-01T22:55:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![clempe](https://avatars.discourse-cdn.com/v4/letter/c/9de0a6/32.png) [@clempe](https://discourse.julialang.org/u/clempe)
#### Post date: [February 1, 2024, 10:55pm UTC](https://discourse.julialang.org/t/make-previous-plot-from-navigator-the-current-plot/109597/1 "2024-02-01T22:55:36Z")

</div>

I apologize if that’s a bit of a silly question.  
sometimes I’d like to pick an old plot from the plot navigator and make adjustments to it, like change the legend etc. When just opening that old plot from the plot navigator, it’s not automatically the ‘current’ plot, so I can’t refer to it in the REPL.  
Is there a way to do that?

thanks!

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [February 2, 2024, 8:57am UTC](https://discourse.julialang.org/t/make-previous-plot-from-navigator-the-current-plot/109597/2 "2024-02-02T08:57:30Z")

</div>

Probably one for @pfitzseb as I don’t know the internals at all but my guess is the answer is “no” - I would assume the plots in the plot pane are just image files (png or something) stored in some temp folder with no connection to the code that created them.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [February 2, 2024, 11:40am UTC](https://discourse.julialang.org/t/make-previous-plot-from-navigator-the-current-plot/109597/3 "2024-02-02T11:40:27Z")

</div>

Yup, that’s correct.
