[pstricks] help

Christophe Jorssen jorssen.leraincy at free.fr
Thu Nov 4 15:14:08 CET 2004


Hello,

Try with t instead of x (for parametric plot). In addition, you have to zoom
in. Try to change the definition of your function.

\documentclass[12pt]{book}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{pstricks}
\usepackage{pst-infixplot,pst-math}

\begin{document}

\begin{figure}
  \centering
  \begin{pspicture}(-6,-6)(6,6)
    \psaxes{->}(0,0)(-6,-6)(6,6)
    \psline[linewidth=2pt,linecolor=blue](-.8,-5.6)(.8,5.6)
    \psline[linewidth=2pt,linecolor=blue](-5,2)(5,-2)
    \psset{unit=100}
    \parametricPlot[linecolor=green,linewidth=2pt]{1}{50}{%
      1*EXP(-6*t)*COS(t)+1*EXP(-6*t)*SIN(t)}{%
      1*EXP(-6*t)*(COS(t)-SIN(t))+1*EXP(-6*t)*(COS(t)+SIN(t))} %%% SIN not
sin
  \end{pspicture}
  \caption{\sc Deuxième temps de la construction d'un graphique}
\end{figure}
\end{document}


Try to be more specific when writing the subject of your mail : it's easier
later to browse the achive of the list.

Best regards
--
Kristof




More information about the PSTricks mailing list