[pstricks] Please refresh my memory.

Michael Sharpe msharpe at ucsd.edu
Wed Oct 27 00:27:33 CEST 2010


On Oct 26, 2010, at 2:54 PM, John Culleton wrote:

> I have narrowed down my problem to the fillcolor parameter. The 
> statements below should give me a filled circle but instead gives me a 
> white fill and a circle of the correct color:
> ---
> \definecolor{dummy} {cmyk}{1,0.4,0.3,0.2}
> \pscircle[linecolor=dummy,fillcolor=dummy]{1.5} 
> 
> So I solved the problem thus:
> 
> \definecolor{dummy} {cmyk}{1,0.4,0.3,0.2}
> \pscircle*[linecolor=dummy]{1.5} 
> 
> For some reason the fillcolor parameter has no effect. Wierd!

With *, the circle is filled with linecolor. Without *, it uses fillcolor, but you have too specify fillstyle, which by default is empty. So, you could have written something like

\pscircle[linecolor=red,fillcolor=yellow,fillstyle=solid]{1.5}

Michael


More information about the PSTricks mailing list