Now we come to practice on this command.
\documentclass{article} \usepackage{pstricks} \usepackage{pstricks-add} \usepackage{pst-plot} \psset{unit=3cm} \begin{document} \psset{plotpoints=500} \begin{psgraph}(-1,-1)(1,1){5cm}{5cm} \psparametricplot{0}{360} {2 t mul sin 3 t mul cos} %sin(2t),cos(3t) \end{psgraph} \end{document}
Fig.1 parametric plots in pstricks |
Files Download: tex ps pdf