Hallo,
vielleicht
Needs["Graphics`Graphics3D`"]
data = Table[{x, y, Exp[-x - y^2]}, {x, 0.1, 10, 0.2}, {y, 0.1, 10,
0.2}];
ListSurfacePlot3D[
data /. {x_?NumericQ, y_?NumericQ, z_?NumericQ} :> {Log[10, x], y,
Log[10, z]}, PlotRange -> All, BoxRatios -> {1, 1, 1},
Axes -> True];
??
Gruss
Jens
"Christian Reichert, ITC-WGT" wrote:
>
> Hallo,
>
> ich möchte eine Funktion als 3D-Plot darstellen, wobei die x- und die
> z-Achse eine logarithmische Auftragung besitzen sollen. Im
> zweidimensionalen Fall ist dies mit den Befehlen LogPlot etc. möglich, aber
> wie lauten die entsprechenden functions für 3D-plots?
>
> MfG,
>
> Christian Reichert
>
> **********************************************************************
> Dipl.-Ing. Christian Reichert
> Institute for Chemical Engineering - Water Technology Section
> Forschungszentrum Karlsruhe GmbH
> Postfach 3640
> 76021 Karlsruhe
> Germany
> phone: +49 7247 82-2984
> fax: +49 7247 82-3478
> http://www.fzk.de/itc-wgt
> **********************************************************************