[pstricks] psgraph
Michael Sharpe
msharpe at ucsd.edu
Tue Apr 14 18:52:28 CEST 2009
On Apr 14, 2009, at 8:57 AM, Michele Taroni wrote:
> Hi,
>
> I can't seem to be able to position plots generated using psgraph
> side by side: latex always puts one underneath the other. How can I
> resolve this issue?
>
> Thanks,
> Michele Taroni
The following simple example works correctly (side to side) for me.
\begin{psgraph}(0,0)(4,3){4cm}{3cm}
\end{psgraph}
\hspace{1cm}\begin{psgraph}(0,0)(4,3){4cm}{3cm}
\end{psgraph}
Perhaps you have an implicit \par after the first psgraph?
Michael
More information about the PSTricks
mailing list