I am trying to use pst-3dplot. However for the first attempt, I got a bad result. The rendered outputs are not properly positioned as shown below. Here is my minimal code:
Code: Select all
\documentclass{article}
\usepackage{pst-3dplot,lipsum}
\begin{document}
\lipsum[1-2]
%\begin{minipage}{\linewidth}
\bgroup
\psset{unit=1cm}
\begin{pspicture}(-1,-2)(4,2)
\pstThreeDCoor[Alpha=-60,Beta=30,
linewidth=1pt,
linecolor=blue,
IIIDticks,
IIIDticksize=0.1]
\end{pspicture}
\egroup
%\end{minipage}
\lipsum[1-2]
\end{document}
Thank you in advance.
regards,
yuko