Skip to content

Commit

Permalink
save correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 26, 2024
1 parent 09a119f commit 41af64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/nodesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ using Meshes: PointSet, viz
import CairoMakie
points = PointSet(nodes_halton)
viz(points)
savefig("nodes_halton_Makie.png") # hide
save("nodes_halton_Makie.png", CairoMakie.current_figure()) # hide
nothing # Avoid showing the path # hide
```

Expand Down

0 comments on commit 41af64e

Please sign in to comment.