multiplot_mode does not work on windows platform? Is there a way to combine a contour and a density plot without it?
Subject: multiplot_mode does not work on windows platform? Is there a way to combine a contour and a density plot without it?
From: BIOMATES at telefonica.net
Date: Wed, 30 Oct 2013 19:56:52 +0100 (CET)
Take a look at this workaround:
z3(x,y):= abs((x+y*%i)^3+1)$
draw3d(
enhanced3d=true,
contour = surface,
view = [360, 0],
explicit(z3(x,y),x,-10,10,y,-10,10) ) $
--
Mario
-------------- next part --------------
A non-text attachment was scrubbed...
Name: contour.gif
Type: image/gif
Size: 14519 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20131030/a94e8b46/attachment-0001.gif>