Skip to content

Commit 1bfa33b

Browse files
uncomment the savefig
1 parent 2c76359 commit 1bfa33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/halfrange.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for k in 1:10
5656
scatter!(λ, zero(λ); markersize=2.5, color=palette(:default)[k+1])
5757
end
5858
p
59-
#savefig(joinpath(GENFIGS, "halfrange.html"))
59+
savefig(joinpath(GENFIGS, "halfrange.html"))
6060
###```@raw html
6161
###<object type="text/html" data="../halfrange.html" style="width:100%;height:400px;"></object>
6262
###```

0 commit comments

Comments
 (0)