List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Creating combinations of normal 3D surfdata and contours
| [MUG] Creating combinations of normal 3D surfdata and contours |
|
Author: Jens Ernst
Posted: Mon, 05 Aug 2002 12:10:48 +0200
|
>> From: Jens Ernst "ernstj"
Dear users,
I would like to do the following, using Maple7:
Given a sequence of x,y,z-data points (which are organized so they can be
plotted with sufdata), create a surface plot looking like a mountain _and_
in the xy-plane of the same plot have the countour lines of this data.
The contours should show up as projections into the xy-plane.
I know how to get the surface:
surfdata(data, axes=frame, orientation=[70,30])
^^
and I know how to get the contour lines:
surfdata(data, axes=frame, style=contour, orientation=[70,0]);
^^
But how do I combine this into a nice 3D picture?
Thanks a lot in advance,
Jens
--
_____________________________________________________________________________
Jens Ernst Phone: ++49-89-289-28488
Lehrstuhl Effiziente Algorithmen Secr.: ++49-89-289-22681
Institut f\"ur Informatik Fax: ++49-89-289-25297
Gabelsbergerstr. 39, Raum 209 Email: "ernstj"
TU M\"unchen
80290 M\"unchen
|
| [MUG] AW: Creating combinations of normal 3D surfdata and contours |
|
Author: Thomas Richard
Posted: Thu, 8 Aug 2002 10:38:10 +0200
|
>> From: "Thomas Richard" "t.richard"
> >> From: Jens Ernst "ernstj"
>
> I would like to do the following, using Maple7:
> Given a sequence of x,y,z-data points (which are organized so they can be
> plotted with sufdata), create a surface plot looking like a mountain _and_
> in the xy-plane of the same plot have the countour lines of this data.
> The contours should show up as projections into the xy-plane.
>
> I know how to get the surface:
> surfdata(data, axes=frame, orientation=[70,30])
> ^^
> and I know how to get the contour lines:
> surfdata(data, axes=frame, style=contour, orientation=[70,0]);
> ^^
> But how do I combine this into a nice 3D picture?
The "orientation=[70,0]" trick does not really project anything (rotate
that plot with the mouse!).
Instead, visit the Maple Application Center (http://www.mapleapps.com),
enter contour as the search term, and take a look at the "Contourplot in
3D space" worksheet. The dropshadowplot procedure expects an expression
as its first argument, but could be adapted to your needs.
It also demonstrates how to combine graphs using the display command.
--
Mit freundlichen Gruessen / best regards
Thomas Richard Tel.: +49-241-40008-52, Fax: -13
Maple Support "mailto:maple.support"
Scientific Computers GmbH <http://www.scientific.de>
|
Previous by date: [MUG] Bug in print(), Helmut Kahovec
Next by date: [MUG] Re: How to force a common factor from a simbolic matrix, Edwin Clark
Previous thread: [MUG] Re: more efficient way to generate a set?, Maple User Group
Next thread: [MUG] How to force a common factor from a simbolic matrix, Nicolai Sirbu
|