open-AIMS / ADRIA.jl

ADRIA: Adaptive Dynamic Reef Intervention Algorithms. A multi-criteria decision support platform for informing reef restoration and adaptation interventions.
MIT License
14 stars 5 forks source link

Add support for saving figures after user adjustment #729

Open ConnectedSystems opened 6 months ago

ConnectedSystems commented 6 months ago

Support saving figures as they are after user makes adjustments:

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

https://discourse.julialang.org/t/saving-makie-plot-as-is-on-the-screen/24276/2