summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/elevation.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/elevation.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/elevation.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/elevation.asy b/Master/texmf-dist/doc/asymptote/examples/elevation.asy
index 1ff4ee38f28..32dbde86c03 100644
--- a/Master/texmf-dist/doc/asymptote/examples/elevation.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/elevation.asy
@@ -12,6 +12,6 @@ real f(pair z) {return cos(2*pi*z.x)*sin(2*pi*z.y);}
surface s=surface(f,(-1/2,-1/2),(1/2,1/2),50,Spline);
-draw(s,mean(palette(s.map(zpart),Rainbow())),black);
+draw(s,mean(palette(s.map(zpart),Rainbow(40))),black);
grid3(XYZgrid);