Last active
March 23, 2018 09:58
-
-
Save anthony-wang/93326edb59cf1f7306e4b220b34a4c2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@cell "Axis 2D" [axis] begin | |
scene = Scene(@resolution) | |
aviz = axis(linspace(0, 2, 4), linspace(0, 2, 4)) | |
center!(scene) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment