<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi ,<br>
<blockquote cite="mid:mailman.19.1257591601.31241.pstricks@tug.org"
 type="cite">
  <pre wrap="">this is set globally, but relative to the current unit of 10cm
  </pre>
  <blockquote type="cite">
    <pre wrap="">\psaxes[Dy=0.1,Oy=0,ticks=y,labels=y,tickstyle=bottom,ylabelPos=right,axesstyle=frame,labelsep=1pt]{-}(3,0)(-3,1.0001)

\psGaussI[sigma=1,mue=0,linewidth=1.5pt,yunit=2.5,Simpson=20,linecolor=ocre]{-2.75}{2.75}%
    </pre>
  </blockquote>
  <pre wrap=""><!---->
so the correct value to get the old absolute 10cm is yunit=2 (relative)
or yunit=10cm (absolute).
  </pre>
</blockquote>
<br>
well, but the final value of psGaussI should be 1, not 0.4, shouldn't
it ?<br>
<br>
\psaxes[tickstyle=bottom,ylabelPos=right,axesstyle=frame,labelsep=1pt]{-}(2.75,0)(-2.75,1.0001)<br>
\psGaussI[sigma=1,mue=0,linewidth=1.5pt,Simpson=20]{-2.75}{2.75}<br>
<br>
That's why I think there is something strange in \psGaussI<br>
<br>
Thank you<br>
</body>
</html>