DMUG-Archiv 2003

Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

RE: LogLogPlot 3D

Vielleicht darf man noch ergänzen: zur logarithmischen Skalierung der
Achsen, siehe auch
http://support.wolfram.com/mathematica/graphics/3d/logplots.html

--
Hartmut Wolf

>-----Original Message-----
>[[ E-Post Adressen entfernt -- REM ]]
>Subject: Re: LogLogPlot 3D
>
>
>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
>> 
>**********************************************************************
>
>


Verweise:
Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

DMUG DMUG-Archiv, http://www.mathematica.ch/archiv.html