Skip to content

Commit 6a2f4c2

Browse files
authored
cache des ticks
1 parent d3596bf commit 6a2f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sierpiński triangle.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565

6666
#annoying feature of julia
6767
#plot wont show up in a loop unless i specify
68-
fig=plot(legend=false,grid=false,axis=false)
68+
fig=plot(legend=false,grid=false,axis=false,showaxis=false)
6969

7070
sierpiński_triangle([(0,0),(0.5,1),(1,0)],4,fig)
7171

0 commit comments

Comments
 (0)