\documentclass[12pt]{article}
\usepackage{pst-lsystem,pstricks,pst-node}
\begin{document}
\begin{pspicture}(10,10)
\psset{unit=1cm}
\def\Myfig{\pslsystem[Start=F,F={FF-[-F+F+F]+[+F-F-F]},Angle=22.5,BaseLength=2pt,usecolor=4](0,-2)}
\def\MyFig{\pslsystem[Start=F,F={F[F+F+F][F-F-F]F},Angle=22.5,BaseLength=2.5pt,usecolor=3](0,-2)}
\rput(6,5){\Myfig}
\rput(5.4,5){\MyFig}
\rput(5,5){\psscalebox{-1 1}{\Myfig}}
\psframe[fillcolor=green,fillstyle=solid,framearc=0.5,linecolor=lightgray](5.8,5)(5.2,-5)
\end{pspicture}
\end{document}
问题:
我想画成如下图形但用不了多少\pslsystem
!
P/s:当然,产生的结果不会像图中这样!...