Weave.jl/test/documents/gadfly_formats_test_ps_ref.tex

53 lines
1.2 KiB
TeX
Raw Normal View History

\begin{juliacode}
using Gadfly
x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)
\end{juliacode}
\begin{figure}[ht]
\center
\includegraphics[width=\linewidth]{figures/gadfly_formats_test_sin_fun_1.ps}
\caption{sin(x) function.}
\label{fig:sin_fun}
\end{figure}
\begin{figure}[htpb]
\center
\includegraphics[width=\linewidth]{figures/gadfly_formats_test_2_1.ps}
\caption{cos(x) function.}
\end{figure}
\includegraphics[width=\linewidth]{figures/gadfly_formats_test_cos2_fun_1.ps}
\begin{juliaterm}
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
2017-03-13 15:12:57 +01:00
julia> plot(x=x, y = sin(x), Geom.line)
2017-05-15 16:28:10 +02:00
Plot(...)
2016-04-11 20:23:15 +02:00
\end{juliaterm}
\includegraphics[width=\linewidth]{figures/gadfly_formats_test_4_1.ps}
2016-04-11 20:23:15 +02:00
\begin{juliaterm}
julia> y = 20
2016-04-11 20:23:15 +02:00
20
2017-03-13 15:12:57 +01:00
julia> plot(x=x, y = cos(x), Geom.line)
2017-05-15 16:28:10 +02:00
Plot(...)
2017-03-13 15:12:57 +01:00
2016-04-11 20:23:15 +02:00
\end{juliaterm}
\includegraphics[width=\linewidth]{figures/gadfly_formats_test_4_2.ps}
\begin{juliacode}
x = linspace(0, 2π, 200)
plot(x=x, y = sin(x), Geom.line)
2016-04-11 20:23:15 +02:00
\end{juliacode}
\includegraphics[width=15cm]{figures/gadfly_formats_test_5_1.ps}
\begin{juliacode}
y = 20
plot(x=x, y = cos(x), Geom.line)
\end{juliacode}
\includegraphics[width=15cm]{figures/gadfly_formats_test_5_2.ps}