Plot3d in GMT6 on Mac

Why the library plot3d appears as not installed in my GMT6 installed on Mac pc ?.
This is the error message:
ERROR: No module named plot3d was found. This could mean one of four cases:

  1. There actually is no such module; please check your spelling.
  2. You used a modern mode module name while running in GMT classic mode.
  3. Module exists in the GMT supplemental library, but the library could not be found.
  4. Module exists in a GMT custom library, but none was specified via GMT_CUSTOM_LIBS.

Nevertheless, the manual page of plot3d is showed and the help page also.

You probably missed the gmt prefix. That is gmt plot3d ...

Na, na ,na. The command: GMT plot3d ; is complete.

Sorry, what does than mean?

Just a few comments.

  • When you say GMT 6 do you mean 6.4 or some early version 6 flavor?
  • Since thousands of GMT users on Windows do not have this problem there has to be something odd on your end.
  • plot3d is part of the GMT core so if you can run any other GMT command you can run plot3d.
  • Finally, plot3d and plot etc are modern mode names. Perhaps you are not doing gmt plot3d in a modern mode session?

La solucion fue muy simple. La biblioteca plot3d es moderna y solo es accesible con la sintaxis moderna de GMT.
gmt begin
gmt plot3d …
gmt end