Message Boards Message Boards

0
|
4426 Views
|
6 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Plot a Plot3D with axes?

Posted 4 years ago

Hey Guys, I need help :)

I have the situation: I tried to plot a surface, but I am missing the axes. I switched on the Axes ("Axes -> True")

Plot3D[\phi[x, y, 1], {x, -3, 3}, {y, -3, 3}, ImageSize -> Large,
  Axes -> {True, True, True}]

but it doesn't work...What do I wrong. I am using a Student Version

thx a lot

POSTED BY: Gernot Goldmann
6 Replies

Okay Folks, It is totally "simple". There is no bug from Mathematica. You have to reinstall the graphic driver on your computer! That's it! Long way to this knowledge xD

POSTED BY: Gernot Goldmann

Hey, My OS is Ubuntu 18.04

i also attached the screenshot. I tried also another Plot, but it doesn't work too....Cannot find any default setting or anything else

Attachment

Attachments:
POSTED BY: Gernot Goldmann
Posted 4 years ago

Gernot, can you provide a screenshot of what you're seeing on your machine, as well as information on what version/OS you're on?

POSTED BY: Kyle Martin
Posted 4 years ago

Works fine for me

?[x_, y_, z_] := x^5 z^3 + 4 y^3*z^3 + 2 z^2
Plot3D[?[x, y, 1], {x, -3, 3}, {y, -3, 3}, PlotRange -> All]

enter image description here

POSTED BY: Rohit Namjoshi

definition of phi: [Phi][x, y, z_] := x^5z^3 + 4y^3*z^3 + 2 z^2, but for my surface I used for z a fix value, for example 1

POSTED BY: Gernot Goldmann
Posted 4 years ago

Hi Gernot,

What is the definition of ?? Axes are plotted by default e.g.

?[x_, y_, 1] := x*y^3
Plot3D[?[x, y, 1], {x, -3, 3}, {y, -3, 3}, PlotRange -> All]

enter image description here

POSTED BY: Rohit Namjoshi
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