summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex59
1 files changed, 0 insertions, 59 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex
deleted file mode 100644
index 065139970b1..00000000000
--- a/Master/texmf-dist/doc/generic/pst-marble/examples/Blobs.tex
+++ /dev/null
@@ -1,59 +0,0 @@
-\documentclass[pstricks]{standalone}
-\usepackage{pst-marble}
-\begin{document}
-\begin{pspicture}(-5,-5)(5,5)
-\psMarble[
- viscosity=1000,
-%% 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={
- 0 0 600 colors 4 get drop
- -200 -90 100 colors 5 get drop
- -200 -200 200 colors 0 get drop
- -200 200 200 colors 1 get drop
- 200 -200 200 colors 2 get drop
- 200 200 200 colors 3 get drop
-% Commenting vortex gives a fine result ...
- 0 0 -32e3 750 vortex
- 250 0 [ 120 80 ] 20 -100 20 stir
- 0 -500 850 -30 15 colors 2 get 5 50 arc-drops
- 0 -500 840 -30 16 colors 1 get 5 50 arc-drops
- 0 -500 850 -30 15 colors 5 get 5 50 arc-drops
- 0 0 150 0 15 10 [105 160 99] 35 20 spiral-drops
-}]
-\psMarble[
- viscosity=1000,drawcontours,linewidth=0.2,linecolor=black,bckg=false,
-%% Background color goes here:
- background=0.9 0.9 0.9,
-colors={
- [0 0 0]
- [0 0 0]
- [0 0 0]
- [0 0 0]
- [0 0 0]
- [0 0 0]
-},
-actions={
- 0 0 600 colors 4 get drop
- -200 -90 100 colors 5 get drop
- -200 -200 200 colors 0 get drop
- -200 200 200 colors 1 get drop
- 200 -200 200 colors 2 get drop
- 200 200 200 colors 3 get drop
- 0 0 -32e3 750 vortex
- 250 0 [ 120 80 ] 20 -100 20 stir
- 0 -500 850 -30 15 colors 2 get 5 50 arc-drops
- 0 -500 840 -30 16 colors 1 get 5 50 arc-drops
- 0 -500 850 -30 15 colors 5 get 5 50 arc-drops
- 0 0 150 0 15 10 colors 5 get 35 20 spiral-drops
-}]
-\end{pspicture}
-\end{document} \ No newline at end of file