aboutsummaryrefslogtreecommitdiffstats
path: root/test/runtests.jl
blob: d1966564edd8b70f9b3963db1984344b6359fa90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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

include("../examples/3dgraphs/surface.jl")

include("../examples/graphs/axis.jl")
include("../examples/graphs/change.jl")
include("../examples/graphs/function.jl")
include("../examples/graphs/lissajous.jl")
include("../examples/graphs/join.jl")
include("../examples/graphs/minimal.jl")
include("../examples/graphs/points.jl")