[pstricks] "liftpen" in pscustom

Zbigniew Nitecki zbigniew.nitecki at tufts.edu
Thu Sep 18 16:34:58 CEST 2008


Thanks. It works for me, too.

Zbigniew Nitecki
Department of Mathematics
Tufts University
Medford, MA 02155

telephones:
Office    (617)627-3843
Dept.    (617)627-3234
Dept. fax    (617)627-3966
http://www.tufts.edu/~znitecki/

On Sep 18, 2008, at 10:12, Christoph Bersch wrote:

> Zbigniew Nitecki schrieb:
>> I am trying to craw (in 3D) an annulus colored in.  Here is my code:
>
> [code]
>
>> My problem is the line joining the inner and outer circles, which I
>> don't want.  I am confused about (1) which value for liftpen would
>> accomplish this and (2) whether it should go inside the
>> two parametricplot commands or in the outer pscustom command (in the
>> example above, it is inside the parametricplots, but putting it in  
>> the
>> settings for pscustom or even all three places seems to have no  
>> effect)
>> (I've also tried liftpen=2 in these places, without luck).
>
> For me liftpen=2 does work as expected in the following example:
>
> \listfiles
> \documentclass{article}
> \usepackage{pst-3dplot}
> \begin{document}
> \begin{pspicture}(-2,-2)(2,2.5)
>   \pscustom[fillstyle=solid, fillcolor=lightgray]{
>     \parametricplotThreeD(0,360){%
>       t sin 2.24 mul t cos 2.24 mul 0%
>     }
>     \parametricplotThreeD[linecolor=gray,liftpen=2](360,0){%
>       t sin  t cos 0%
>     }
>   }
> \end{pspicture}
> \end{document}
>
>
>  *File List*
>   test04.tex
>  article.cls    2005/09/16 v1.4f Standard LaTeX document class
>   size10.clo    2005/09/16 v1.4f Standard LaTeX file (size option)
> pst-3dplot.sty    2006/02/07 package wrapper for pst-3dplot.tex (hv)
> pstricks.sty    2006/08/10 v0.32 LaTeX wrapper for `PSTricks' (RN,HV)
> pstricks.tex    2008/07/31 v1.26 `PSTricks' (tvz)
>   xcolor.sty    2005/12/21 v2.09 LaTeX color extensions (UK)
>    color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
>    dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
> pst-3dplot.tex    2008/02/08 v1.80 `PST-3dplot' (hv)
> pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval  
> (HA)
>  xkeyval.sty    2006/11/18 v2.5f package option processing (HA)
>  xkeyval.tex    2006/11/18 v2.5f key=value parser (HA)
>  ***********
>
>
> HTH,
> Christoph
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20080918/8751677d/attachment.html 


More information about the PSTricks mailing list