Message Boards Message Boards

0
|
6339 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Creating a ListLogLogPlot3D?

Posted 9 years ago

How can I make a ListLogLogPlot3D with Mathematica? Where the z and x axis are in logarithmic scale.

POSTED BY: Pavel Mote
2 Replies

You can log your data manually, and plot this via ListPlot3D. The axes can be removed, or you can use Ticks specification to insert the correct labels.

For example:

Ticks -> {{}, {Log[10^#], 10^#} & /@ Range[0, 5]}

This plot option specifies 1, 10, ... , 100000 on a plot of logged data. This approach limits dynamic labeling (as we've specified the range and interval), but should you find it necessary it could be worked on.

POSTED BY: David Gathercole

Please have a look here:

http://community.wolfram.com/groups/-/m/t/208038

That surely shows the concepts!

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract