Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.4K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to plot a family of 2-d logarithmic curves in 3-d

Posted 11 years ago
POSTED BY: Suresh Narayanan
2 Replies

Thank you. Suresh

POSTED BY: Suresh Narayanan
Posted 11 years ago

You might try experimenting with ParametricPlot3D. However, it draws axes on the edges of the bounding box.

ParametricPlot3D[
 {
  {x, 0, Log10[x]},
  {x, 4, Log10[x]},
  {x, 8, Log10[x]}
  }, {x, 0, 100}, BoxRatios -> {1, .5, .5}, Boxed -> False
 ]

enter image description here

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