Skip to content

Instantly share code, notes, and snippets.

@anthony-wang
Created March 23, 2018 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthony-wang/a71d1fc0451f99b80009582d3d7dbce9 to your computer and use it in GitHub Desktop.
Save anthony-wang/a71d1fc0451f99b80009582d3d7dbce9 to your computer and use it in GitHub Desktop.
@example axis
using Makie
scene = Scene(resolution = (500, 500))
aviz = axis(linspace(0, 2, 4), linspace(0, 2, 4))
center!(scene)
save("axis2d.png", scene); nothing # hide
![](axis2d.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment