# Saving figures in makie

**URL:** https://discourse.julialang.org/t/saving-figures-in-makie/137814
**Category:** New to Julia
**Tags:** plotting, makie
**Created:** [June 26, 2026, 7:10am UTC](https://discourse.julialang.org/t/saving-figures-in-makie/137814 "2026-06-26T07:10:14Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [June 26, 2026, 12:05pm UTC](https://discourse.julialang.org/t/saving-figures-in-makie/137814/5 "2026-06-26T12:05:23Z")

</div>

You can either compile it as a program with GLMakie, or you may use export\_static with WGLMakie, and program some js:

> [@Static HTML Exports for Makie Proof of Concept](https://discourse.julialang.org/t/static-html-exports-for-makie-proof-of-concept/137597/7):
>
> some years ago I created a bunch of demos, using record\_states as well. Good for small things, not so much for heavy loaded data apps. [https://lazarusa.github.io/ClimateVisualisations/](https://lazarusa.github.io/ClimateVisualisations/) code: [GitHub - lazarusA/ClimateVisualisations: Climate visualisation apps · GitHub](https://github.com/lazarusA/ClimateVisualisations) Edit: all JSServe will now need to be Bonito smiley

With e.g. claude code, it could be quite easy to come up with the correct js to play a sound etc 😉

---

_[View the full topic](https://discourse.julialang.org/t/saving-figures-in-makie/137814)._
