Weave.jl/test/documents/gadfly_formats_test_mmd_ref.md

1.3 KiB

using Gadfly
x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)

sin(x) function.

cos(x) function.

julia> x = linspace(0, 2π, 200)

linspace(0.0,6.283185307179586,200)
julia> plot(x=x, y = sin(x), Geom.line)

julia> y = 20

20
julia> plot(x=x, y = cos(x), Geom.line)

x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)

![][figures/gadfly_formats_test_5_1.png]

[figures/gadfly_formats_test_5_1.png]: figures/gadfly_formats_test_5_1.png width=15cm

y = 20
plot(x=x, y = cos(x), Geom.line)

![][figures/gadfly_formats_test_5_2.png]

[figures/gadfly_formats_test_5_2.png]: figures/gadfly_formats_test_5_2.png width=15cm