summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex
new file mode 100644
index 00000000000..6269a00700f
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Curl.tex
@@ -0,0 +1,25 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [ 100 40 40 ]
+ },
+ colors={
+ [ 76 95 63 ]
+ [ 53 97 122 ]
+ [ 128 78 46 ]
+ },
+ viscosity=-1000,
+ actions={
+ 0 0 1100 1100 0 [ 222 186 149 ] 85 1.72 10 mul uniform-drops
+ 0 0 1100 1100 0 colors 250 1.72 16 mul uniform-drops
+ 0 0 1100 1100 0 [ 222 186 149 ] 100 1.72 7 mul uniform-drops
+ 0 0 [ 100 ] 40 300 31 stir
+ 0 0 [ 200 275 ] 20 120 10 stir
+ 0 0 [ 325 ] 20 90 31 stir
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}