Skip to content

Instantly share code, notes, and snippets.

@shriphani
Last active August 29, 2015 14:25
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 shriphani/d8d35f357c87757ee478 to your computer and use it in GitHub Desktop.
Save shriphani/d8d35f357c87757ee478 to your computer and use it in GitHub Desktop.
myfig = plot([x -> savings(x, 0.01), x -> savings(x, 0.02), x -> savings(x, 0.05), x -> savings(x, 0.1), x -> savings(x, 0.15)], 1, 30)
draw(SVG("v.svg", 4inch, 3inch), myfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment