Skip to content

Commit d3596bf

Browse files
authored
ajouter showaxis=false
1 parent 05ff507 commit d3596bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sierpiński carpet.jl

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

105105
#annoying feature of julia
106106
#plot wont show up in a loop unless i specify
107-
fig=plot(legend=false,grid=false,axis=false)
107+
fig=plot(legend=false,grid=false,axis=false,showaxis=false)
108108

109109
sierpiński_carpet(coordinates,4,fig)
110110

0 commit comments

Comments
 (0)