Skip to content

Commit a1e8f3c

Browse files
committed
tweak
1 parent 1e7aecf commit a1e8f3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

output/SpiderGIFs/3.201_fix.gif

2.49 MB
Loading

spiders/ShowSpider.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ function Makie.plot!(myplot::SpiderPlot)
1212
lines!(myplot, real(leg),imag(leg),color = get(ColorSchemes.viridis, float(j)/float(n)))
1313
text!(myplot, real(leg[end]),imag(leg[end]);text = "$j")
1414
end
15-
limits!(-6,4,-4,4)
15+
r = 6
16+
limits!(-r-1,r-1,-r,r)
1617
#why can we use the above function but cannot do other things like hidespines?
1718
return myplot
1819
end

0 commit comments

Comments
 (0)