From: <jd...@us...> - 2007-10-30 19:18:30
|
Revision: 4066 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4066&view=rev Author: jdh2358 Date: 2007-10-30 12:18:26 -0700 (Tue, 30 Oct 2007) Log Message: ----------- increased fig size Modified Paths: -------------- trunk/py4science/workbook/fft_imdenoise.tex trunk/py4science/workbook/lotka_volterra.tex trunk/py4science/workbook/stats_descriptives.tex trunk/py4science/workbook/stats_distributions.tex trunk/py4science/workbook/trapezoid.tex Modified: trunk/py4science/workbook/fft_imdenoise.tex =================================================================== --- trunk/py4science/workbook/fft_imdenoise.tex 2007-10-30 19:14:17 UTC (rev 4065) +++ trunk/py4science/workbook/fft_imdenoise.tex 2007-10-30 19:18:26 UTC (rev 4066) @@ -44,7 +44,7 @@ \lstinputlisting[label=code:fft_imdenoise_skel,caption={IGNORED}]{skel/fft_imdenoise_skel.py} \begin{figure} -\begin{centering}\includegraphics[width=3in]{fig/fft_imdenoise}\par\end{centering} +\begin{centering}\includegraphics[width=4in]{fig/fft_imdenoise}\par\end{centering} \caption{\label{fig:fft_imdenoise}High freqeuency noise filtering of a 2D image in the Fourier domain. The upper panels show the original image (left) and spectral power (right) and the lower panels show the same data with the high frequency power set to zero. Although the input and output images are grayscale, you can provide colormaps to \texttt{pylab.imshow} to plot them in psudo-color} \end{figure} Modified: trunk/py4science/workbook/lotka_volterra.tex =================================================================== --- trunk/py4science/workbook/lotka_volterra.tex 2007-10-30 19:14:17 UTC (rev 4065) +++ trunk/py4science/workbook/lotka_volterra.tex 2007-10-30 19:18:26 UTC (rev 4066) @@ -4,7 +4,7 @@ \lstinputlisting[label=code:lotka_volterra_skel,caption={IGNORED}]{skel/lotka_volterra_skel.py} \begin{figure} -\begin{centering}\includegraphics[width=3in]{fig/lotka_volterra}\par\end{centering} +\begin{centering}\includegraphics[width=4in]{fig/lotka_volterra}\par\end{centering} \caption{\label{fig:lotka_volterra}Upper panel shows population trajectories for rabbits (blue) and foxes (green) simulated using Modified: trunk/py4science/workbook/stats_descriptives.tex =================================================================== --- trunk/py4science/workbook/stats_descriptives.tex 2007-10-30 19:14:17 UTC (rev 4065) +++ trunk/py4science/workbook/stats_descriptives.tex 2007-10-30 19:18:26 UTC (rev 4066) @@ -47,7 +47,7 @@ \lstinputlisting[label=code:stats_descriptives_skel,caption={IGNORED}]{skel/stats_descriptives_skel.py} \begin{figure} -\begin{centering}\includegraphics[width=3in]{fig/stats_descriptives}\par\end{centering} +\begin{centering}\includegraphics[width=4in]{fig/stats_descriptives}\par\end{centering} \caption{\label{fig:stats_descriptives}} \end{figure} Modified: trunk/py4science/workbook/stats_distributions.tex =================================================================== --- trunk/py4science/workbook/stats_distributions.tex 2007-10-30 19:14:17 UTC (rev 4065) +++ trunk/py4science/workbook/stats_distributions.tex 2007-10-30 19:18:26 UTC (rev 4066) @@ -81,7 +81,7 @@ \lstinputlisting[label=code:stats_distributions_skel,caption={IGNORED}]{skel/stats_distributions_skel.py} \begin{figure} -\begin{centering}\includegraphics[width=3in]{fig/stats_distributions}\par\end{centering} +\begin{centering}\includegraphics[width=4in]{fig/stats_distributions}\par\end{centering} \caption{\label{fig:stats_distributions}} \end{figure} Modified: trunk/py4science/workbook/trapezoid.tex =================================================================== --- trunk/py4science/workbook/trapezoid.tex 2007-10-30 19:14:17 UTC (rev 4065) +++ trunk/py4science/workbook/trapezoid.tex 2007-10-30 19:18:26 UTC (rev 4066) @@ -28,7 +28,7 @@ % \begin{figure} -\begin{centering}\includegraphics[width=3in]{fig/Composite_trapezoidal_rule_illustration}\par\end{centering} +\begin{centering}\includegraphics[width=4in]{fig/Composite_trapezoidal_rule_illustration}\par\end{centering} \caption{\label{fig:trapezoid}Illustration of the composite trapezoidal rule This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |