[pstricks] Topologists Sine Curve

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Apr 4 11:02:28 CEST 2010


Am 03.04.2010 09:56, schrieb Hensh, Richard:
> Other frequent contributors may have better ideas but this approach seems to work ok.
> 
>   \psaxes[arrowscale=1.5,arrows=->](0,0)(\xmin,\ymin)(\xmax,\ymax)%

you can use the syntax
>
\psaxes[arrowscale=1.5,arrows=->](0,0)(\xmin,\ymin)(\xmax,\ymax)[x,0][y,90]

for the axes

>   \psclip{\psframe[linecolor=white](\xmin,\ymin)(\xmax,\ymax)}
>     \psplot[linecolor=blue,linewidth=0.75pt]{0.001}{\xmax}{x s at x}%<mailto:s at x}%>
>   \endpsclip

instead of clipping it is easier to use the keyword yMaxValue
and you can use also the new syntax
>     \psplot[linecolor=blue,linewidth=0.75pt]{0.001}{\xmax}[PS
commands]{x s at x}%<mailto:s at x}%>

for PS commands, if needed

Herbert


More information about the PSTricks mailing list