Weave.jl/test/documents/gadfly_formats_test_svg_ref.md

67 lines
948 B
Markdown
Raw Normal View History

~~~~{.julia}
using Gadfly
x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)
~~~~~~~~~~~~~
![sin(x) function.](figures/gadfly_formats_test_sin_fun_1.svg)
![cos(x) function.](figures/gadfly_formats_test_2_1.svg)
![](figures/gadfly_formats_test_cos2_fun_1.svg)\
~~~~{.julia}
julia> x = linspace(0, 2π, 200)
2016-11-01 11:29:30 +01:00
200-element LinSpace{Float64}:
0.0,0.0315738,0.0631476,0.0947214,0.126295,…,6.18846,6.22004,6.25161,6.28319
julia> plot(x=x, y = sin(x), Geom.line)
~~~~~~~~~~~~~
![](figures/gadfly_formats_test_4_1.svg)\
~~~~{.julia}
julia> y = 20
2016-04-11 20:23:15 +02:00
20
julia> plot(x=x, y = cos(x), Geom.line)
~~~~~~~~~~~~~
![](figures/gadfly_formats_test_4_2.svg)\
~~~~{.julia}
x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)
2016-04-11 20:23:15 +02:00
~~~~~~~~~~~~~
![](figures/gadfly_formats_test_5_1.svg){width=15cm}\
2016-04-11 20:23:15 +02:00
~~~~{.julia}
y = 20
plot(x=x, y = cos(x), Geom.line)
~~~~~~~~~~~~~
![](figures/gadfly_formats_test_5_2.svg){width=15cm}\