summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex
new file mode 100644
index 00000000000..9c82ad6aecb
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/EdgyStirred.tex
@@ -0,0 +1,21 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [ 118 118 118 ]
+ },
+ colors={
+ [ 118 118 118 ]
+ },
+ viscosity=1000,
+ oversample=2,
+ actions={
+ 0 0 500 dup 0 colors 0 get 1.75 edgy-color 25 100 uniform-drops
+ 0 0 900 dup 0 [ colors 0 get 1.75 edgy-color ] 50 71 uniform-drops
+ 0 0 [ 50 150 250 350 450 550 650 ] 2 -90 70 stir
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}