Skip to content

Instantly share code, notes, and snippets.

@cmosguy
Last active May 4, 2016 21:27
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 cmosguy/1732b7cd7534ae51fcced0f17623f7a7 to your computer and use it in GitHub Desktop.
Save cmosguy/1732b7cd7534ae51fcced0f17623f7a7 to your computer and use it in GitHub Desktop.
module Tst
include("foo.jl")
using PyPlot
x = linspace(0,2*pi,1000); y = sin(3*x + 4*cos(2*x))
plot(x, y, color="red", linewidth=2.0, linestyle="--")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment