<!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">
<tt>This did not work without \SpecialCoor for me.<br>
<br>
<br>
</tt><br>
Derek Collis wrote:
<blockquote cite="mid4616C435.9090001@earthlink.net" type="cite">
  <pre wrap="">Herbert,

Many thanks. I find this works without the SpecialCoor command as well.

Derek

Herbert Voss wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Derek Collis schrieb:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">This is good, now can I ask one more question: How can I graph say, 
y=log x, and shade the region between x=3 and x=4, but without 
evaluating log 3 and log 4 to give the y-coordinates of the lines x=3 
and x=4. Is there a way to graph the boundary lines of the shaded region 
from (3,0) to (3, the point on log x) and (4,0) to (4, the point on log x).
  
    
      </pre>
    </blockquote>
    <pre wrap="">
use \SpecialCoor

\documentclass{article}
\usepackage{pst-plot}
\SpecialCoor

\pagestyle{empty}
\begin{document}

\psset{yunit=2}
\begin{pspicture}(-.5,-2)(5,1)
    \psplot[linewidth=1pt,linecolor=blue]{0.01}{5}{x log}
    \pscustom[fillstyle=solid,fillcolor=cyan,linestyle=none]{%
      \psline(3,0)(!3 dup log)
      \psplot{3}{4}{x log}
      \psline(!4 dup log)(4,0)}
    \psaxes{-&gt;}(0,0)(-.5,-2)(5,1)
\end{pspicture}

\end{document}


Herbert
_______________________________________________
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>
  <pre wrap=""><!---->_______________________________________________
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="72">-- 
with all thy getting get understanding -- Proverbs 4:7.

In the wildness of speculation it has been suggested (of course more in jest than in earnest),that Europe ought to grow its corn in America, and devote itself solely to manufactures and commerce, as the best sort of division of the labour of the globe -- Thomas Malthus, An Essay on the Principle of Population Book III, Chapter XII.

Arne Hallam
Department of Economics
266 Heady Hall
Iowa State University
Ames, IA 50011

Work:    515-294-5861
FAX:     515-294-0221
Home:    515-292-8739
</pre>
</body>
</html>