# Solved - (cairomakie) Saving 2 figures - but one figure is saved twice

**URL:** https://discourse.julialang.org/t/solved-cairomakie-saving-2-figures-but-one-figure-is-saved-twice/102107
**Category:** New to Julia
**Created:** [July 26, 2023, 10:09am UTC](https://discourse.julialang.org/t/solved-cairomakie-saving-2-figures-but-one-figure-is-saved-twice/102107 "2023-07-26T10:09:42Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [July 26, 2023, 10:17am UTC](https://discourse.julialang.org/t/solved-cairomakie-saving-2-figures-but-one-figure-is-saved-twice/102107/2 "2023-07-26T10:17:10Z")

</div>

I think it would be helpful for you to create an MWE as explained here [Please read: make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757)

i.e. something like:

```julia
using GeoMakie
p1 = plot(something) # I don't actually know how GeoMakie works
savefig("file1")
p2 = plot(something_else)
savefig("file2")

```

which reproduces your problem with some dummy data so that people can see for themselves what’s going on.

---

_[View the full topic](https://discourse.julialang.org/t/solved-cairomakie-saving-2-figures-but-one-figure-is-saved-twice/102107)._
