summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Bouquet.tex
blob: b92d26651d0c5171b2fdfe56b29d5fb15332bca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
\psMarble[
          viscosity=-1000,%drawcontours,
%bckg=false,
%% Background color goes here:
          background=0.9 0.9 0.9,
colors={
  [0.176 0.353 0.129]
  [0.635 0.008 0.094]
  [0.078 0.165 0.518]
  [0.824 0.592 0.031]
  [0.059 0.522 0.392]
  [0.816 0.333 0.475]
},
actions={%1.2 1.2 scale
  0 0 35 colors 35 concentric-rings
  0 350 shift
  180 [ 20 50 25 tines ] 40 200 31 rake
  90 {0.75 mul sin -120 mul} wiggle
  180 [ 3 600 -150 tines ] 40 200 31 rake
  90 {0.75 mul sin 240 mul} wiggle
  180 [ 3 600 150 tines ] 40 200 31 rake
  90 {0.75 mul sin -120 mul} wiggle
}](12,12)
\end{pspicture}
\end{document}