Skip to content

Commit

Permalink
Remove axes from square
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Mar 12, 2024
1 parent bf4b1be commit 4a67b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/square.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
open Joy

let () =
init ~axes:true ();
init ();
let square = rectangle 100 100 in
show [ square ];
write ~filename:"square.png" ()

0 comments on commit 4a67b56

Please sign in to comment.