summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/ex2.tex
blob: ad98b6f4a3e2bf37dbb0e007d697a5c2db6bcf00 (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
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\psMarble[
colors={
[0.98 0.89 0.56]
[0.357 0.525 0.13]
[0.2 0.05 0.015]
[0.07 0.41 0.255]
[0.87 0.63 0.051]
[0.98 0.89 0.56]
},
actions={
0 0 45 colors 26 concentric-rings
0 500 -32e3 15 vortex
500 0 -32e3 15 vortex
-500 0 -32e3 15 vortex
0 -500 -32e3 15 vortex
-350 350 -32e3 15 vortex
350 -350 -32e3 15 vortex
350 350 -32e3 15 vortex
-350 -350 -32e3 15 vortex
0 0 -32e3 15 vortex
}](10,10)
\end{pspicture}
\end{document}