\begin{juliacode} using Gadfly x = linspace(0, 2π, 200) plot(x=x, y = sin(x), Geom.line) \end{juliacode} \begin{figure}[ht] \center \resizebox{\linewidth}{!}{\input{figures/gadfly_formats_test_sin_fun_1.tex}} \caption{sin(x) function.} \label{fig:sin_fun} \end{figure} \begin{figure}[htpb] \center \resizebox{\linewidth}{!}{\input{figures/gadfly_formats_test_2_1.tex}} \caption{cos(x) function.} \end{figure} \resizebox{\linewidth}{!}{\input{figures/gadfly_formats_test_cos2_fun_1.tex}} \begin{juliaterm} julia> x = linspace(0, 2π, 200) 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) Plot(...) \end{juliaterm} \resizebox{\linewidth}{!}{\input{figures/gadfly_formats_test_4_1.tex}} \begin{juliaterm} julia> y = 20 20 julia> plot(x=x, y = cos(x), Geom.line) Plot(...) \end{juliaterm} \resizebox{\linewidth}{!}{\input{figures/gadfly_formats_test_4_2.tex}} \begin{juliacode} x = linspace(0, 2π, 200) plot(x=x, y = sin(x), Geom.line) \end{juliacode} \resizebox{15cm}{!}{\input{figures/gadfly_formats_test_5_1.tex}} \begin{juliacode} y = 20 plot(x=x, y = cos(x), Geom.line) \end{juliacode} \resizebox{15cm}{!}{\input{figures/gadfly_formats_test_5_2.tex}}