Page MenuHomec4science

templates.tex
No OneTemporary

File Metadata

Created
Thu, Mar 13, 06:45

templates.tex

%%% two reduced-height panels on top of each other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure}[t]
\center\small
\begin{dspPlot}[height=\dspHalfHeight,xtype=freq,xticks=custom,yticks=custom,xlabel={$x$},ylabel={$y$}]{-1,1}{0,2}
\dspCustomTicks[axis=x]{0 $0$}
\dspCustomTicks[axis=y]{0 $0$}
\dspFunc[linecolor=ColorDT]{x \dspAudio{0}{0.15}}
\end{dspPlot}
\begin{dspPlot}[height=\dspHalfHeight,xtype=freq,xticks=custom,yticks=custom,xlabel={$x$},ylabel={$y$}]{-1,1}{0,2}
\end{dspPlot}
\caption{caption.}\label{fig:}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% table of reduced-size panels
% replace -3em and -5em by -2em if not using labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure}[t]
\center\small
\begin{tabular}{cc}
\hspace{-3em}
\begin{dspPlot}[width=\dspHalfWidth,height=\dspHalfHeight,xticks=custom,xout=true,yticks=custom,xlabel={$n$},ylabel={$\mathbf{x}$}]{-50,50}{-.2, 1.2}
{
\dspCustomTicks[axis=x]{0 $0$}
\dspCustomTicks[axis=y]{0 $0$}
}
\end{dspPlot}
&
\hspace{-5em}
\begin{dspPlot}[width=\dspHalfWidth,height=\dspHalfHeight,xticks=custom,xout=true,yticks=custom,xlabel={$n$},ylabel={$\mathbf{x}$}]{-50,50}{-.2, 1.2}
{
\dspCustomTicks[axis=x]{0 $0$}
\dspCustomTicks[axis=y]{0 $0$}
}
\end{dspPlot}
\\
(a) & (b)
\\
\hspace{-3em}
\begin{dspPlot}[width=\dspHalfWidth,height=\dspHalfHeight,xticks=custom,xout=true,yticks=custom,xlabel={$n$},ylabel={$\mathbf{x}$}]{-50,50}{-.2, 1.2}
{
\dspCustomTicks[axis=x]{0 $0$}
\dspCustomTicks[axis=y]{0 $0$}
}
\end{dspPlot}
&
\hspace{-5em}
\begin{dspPlot}[width=\dspHalfWidth,height=\dspHalfHeight,xticks=custom,xout=true,yticks=custom,xlabel={$n$},ylabel={$\mathbf{x}$}]{-50,50}{-.2, 1.2}
{
\dspCustomTicks[axis=x]{0 $0$}
\dspCustomTicks[axis=y]{0 $0$}
}
\end{dspPlot}
\\
(a) & (b)
\end{tabular}
\caption{(a); (b); (c); (d).}\label{fig:}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Event Timeline