Skip to content

Commit

Permalink
update gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Jul 1, 2023
1 parent 224a72f commit 660790f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/gallery/weaving_examples/hyperbolic_paraboloid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for i in 1:10
pin!(steptree)
end

# ## Export the shape in SVG format
# ## Export the shapes in SVG format
export_pinned_steps("hyperbolic_paraboloid", steptree, xlims=(-2,2), ylims=(-2,2), unitlength=(100,"mm"), mesh=(20,1))

# ![](hyperbolic_paraboloid/pinned/pinned-9.svg)
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/weaving_examples/paraboloid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for i in 1:10
pin!(steptree)
end

# ## Export the shape in SVG format
# ## Export the shapes in SVG format
export_pinned_steps("paraboloid", steptree, xlims=(-2,2), ylims=(-2,2), unitlength=(100,"mm"), mesh=(20,1))

# ![](paraboloid/pinned/pinned-9.svg)
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/weaving_examples/stereographicprojection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ylims=(-1,1)
unitlength = (200, "mm")
r = 0.025

# ## Export all embedded shape
# ## Export all embedded shapes with arcs
mkdir("stereographicprojection")
for i in 1:10
M = svector2point(steptree.steps[6i].manifold, unitlength)
Expand Down

0 comments on commit 660790f

Please sign in to comment.