aboutsummaryrefslogtreecommitdiffstats
path: root/test/runtests.jl
blob: 561ddb39f7a901e3b853aa19a98c1716bf5996c2 (plain)
1
2
3
4
5
6
7
8
9
10

include("../src/PyX.jl")
using PyX

include("../examples/3dgraphs/surface.jl")
include("../examples/graphs/axis.jl")
include("../examples/graphs/function.jl")
include("../examples/graphs/lissajous.jl")
include("../examples/graphs/minimal.jl")
include("../examples/graphs/points.jl")