# Saving Makie plot as is on the screen?

**URL:** https://discourse.julialang.org/t/saving-makie-plot-as-is-on-the-screen/24276
**Category:** Visualization
**Tags:** plotting, makie
**Created:** [May 16, 2019, 11:04am UTC](https://discourse.julialang.org/t/saving-makie-plot-as-is-on-the-screen/24276 "2019-05-16T11:04:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [May 16, 2019, 11:06am UTC](https://discourse.julialang.org/t/saving-makie-plot-as-is-on-the-screen/24276/2 "2019-05-16T11:06:15Z")

</div>

```julia
scene.center = false
save("test.png", scene)

```

I should figure out a way how to make this behaviour the default, without changing the centering behaviour 😉

---

_[View the full topic](https://discourse.julialang.org/t/saving-makie-plot-as-is-on-the-screen/24276)._
