[pstricks] Fwd: Re: Problem

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Aug 13 21:47:20 CEST 2015


-------- Weitergeleitete Nachricht --------
Betreff: Re: Problem
Datum: Thu, 13 Aug 2015 21:38:45 +0200
Von: Herbert Voss <Herbert.Voss at FU-Berlin.DE>
Organisation: Freie Universität Berlin
An: Luque Manuel <manuel.luque27 at gmail.com>, Juergen Gilg 
<gilgi at arcor.de>, carloalbe1 at yahoo.it

Am 13.08.2015 um 20:31 schrieb Luque Manuel:

> I have same problem with PsTricks drawing a special cartesian coordinate
> system. I need a cartesian coordinate system with three parallel "x"
> axes in order to show the behavior (in parallel) of a general function
> and its derivatives (1sr and 2nd order), especially in case of cuspids
> and inflection points in general. With PsTricks style, naturally...
> Is it possible??

Carlo,
maybe this helps:


\documentclass[11pt]{article}
\usepackage{pst-plot}

\begin{document}
\begin{pspicture}(-6,-6)(6,6)
\psaxes[axesstyle=polar,subticklinestyle=dashed,subticks=2,Dy=45](5,360)
\psplot[polarplot,algebraic,linecolor=blue,linewidth=2pt,plotpoints=1000]{0}{20}{0.2*(sin(x)+x)}
\psaxes[yAxis=false,Dx=0.1,dx=1cm,xlabelPos=top](5,5)
\psplot[polarplot,algebraic,linecolor=red,linewidth=2pt,plotpoints=1000,unit=10]{0}{20}{0.2*(cos(x)+1)}
\psplot[polarplot,algebraic,linecolor=green,linewidth=2pt,plotpoints=1000,unit=20]{0}{20}{-0.2*sin(x)}
\end{pspicture}
\end{document}

Herbert





-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto vom 2015-08-13 21:37:29.png
Type: image/png
Size: 84177 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20150813/1b0cbf4d/attachment-0001.png>


More information about the PSTricks mailing list