<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Dear Hubert,<br>
<br>
of course you can directly insert PS for x_min/max, like<br>
<br>
\documentclass{article}<br>
\usepackage{pstricks-add}<br>
\begin{document}<br>
\begin{pspicture}(-1.5,-0.5)(4.5,5.5)<br>
\psplot[algebraic=true,plotpoints=100]{0}{Pi 4 div}{sin(x)}<br>
\psaxes{-&gt;}(0,0)(-0.5,-1.5)(5.5,1.5) <br>
\end{pspicture}<br>
\end{document}<br>
<br>
Regards,<br>
<br>
Juergen<br>
</font><br>
Hubert Lam wrote:
<blockquote cite="mid:47D1B258.1080400@hubertlam.fastmail.com.au"
 type="cite">
  <pre wrap="">Given that the usage of \psplot (excluding options) is

\psplot{x_min}{x_max}{PS code for function}


is there a mechanism that I'm not aware of that will allow the effects 
of this:

\usepackage{pstricks,pst-math}
\def\PiFour{PI 4 div}
\psplot{0}{\PiFour}{x SIN}

to plot the curve of sin(x) (pst-math) from x = 0 to x = \frac{\pi}{4} ?

Thanks

Hubert
_______________________________________________
pstricks mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pstricks@tug.org">pstricks@tug.org</a>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>