Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2469 > unrolled thread

ListSurfacePlot3D-Question

Started byAndre Koppel <akoppel@akso.de>
First post2011-05-18 11:14 +0000
Last post2011-05-19 11:40 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  ListSurfacePlot3D-Question Andre Koppel <akoppel@akso.de> - 2011-05-18 11:14 +0000
    Re: ListSurfacePlot3D-Question "p.ramsden" <p.ramsden@imperial.ac.uk> - 2011-05-19 11:40 +0000

#2469 — ListSurfacePlot3D-Question

FromAndre Koppel <akoppel@akso.de>
Date2011-05-18 11:14 +0000
SubjectListSurfacePlot3D-Question
Message-ID<ir09ne$1v3$1@smc.vnet.net>
I am trying to plot some financial data in 3d
X-Axis contains a timeline, Y-Axis contains the actual values and Z-Axis 
contains several accounts.
The idea is to show a relation between account, time and value.
If I try one of the 3D-Plot-Functions I have not found a way to instruct 
mathematica to only connect
points at the top. The plot-functions do create a volume model of the 
data, but this isn't what I want.
I like to get a 3D-Contour-Plot.
If I use ListContourPlot3D Mathematica did create several Contour-Layers 
and all the layers are on a wrong axis.
Instead of plotting x/y using z as an altitude, Matheatica plots x/z 
using y as an altitude.
Changing the order of parameters within the list did not help.
Any ideas?

-- 
Andre Koppel Software GmbH
Prinz-Handjery-Str. 38
14167 Berlin
Tel.: (+4930) 810 09 190
Fax: (+4930) 326 01 046
www.invep.de
www.akso.de

Eingetragen beim Amtsgericht
Berlin Charlottenburg HRB92600
Geschäftsführer Andre Koppel

[toc] | [next] | [standalone]


#2489

From"p.ramsden" <p.ramsden@imperial.ac.uk>
Date2011-05-19 11:40 +0000
Message-ID<ir2vk9$gud$1@smc.vnet.net>
In reply to#2469
I'm not 100% sure what you're trying to do, but does setting
MeshFunctions -> {#3&} in the call to ListSurfacePlot have the desired
effect?

[toc] | [prev] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web