<!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 Michael,<br>
<br>
try the following suggest:<br>
<br>
\documentclass[12pt,a4paper]{article}<br>
\usepackage{pst-plot,pstricks,pstricks-add}<br>
\begin{document}<br>
\begin{pspicture}(-0.5,-1)(12,1)<br>
\pscustom[linestyle=none,fillstyle=solid,fillcolor=gray]{%<br>
\psplot[plotpoints=200,algebraic=true]{0.7853}{3.927}{sin(x)}<br>
\psplot[plotpoints=200,algebraic=true]{3.927}{0.7853}{cos(x)}<br>
}<br>
\psplot[plotpoints=200,algebraic=true]{0}{6.28}{sin(x)}<br>
\psplot[plotpoints=200,algebraic=true]{0}{6.28}{cos(x)}<br>
\end{pspicture}<br>
\end{document}<br>
<br>
Regards,<br>
<br>
Juergen<br>
</font><br>
Michael Niedermair wrote:
<blockquote cite="mid:4720B9C7.8060008@gmx.de" type="cite">
  <pre wrap="">Hi,

i have sin(x) and cos(x).

    \psplot[plotpoints=200,plotstyle=curve]{0}{360}{x sin}
    \psplot[plotpoints=200,plotstyle=curve]{0}{360}{x cos}

Is it possible, to mark (fill with color) the cutting area between 45 
and 225?

By
Michael
_______________________________________________
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>
website   <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
          <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
          <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a></pre>
</body>
</html>