plottools
hemisphere
generate 3-D plot object for a hemisphere
Calling Sequence
Parameters
Options
Description
Examples
hemisphere(c, r, options)
c
-
(optional) list(realcons); center of the base circle of the hemisphere
r
(optional) realcons; radius of the hemisphere
options
(optional) equations of the form option=value where option is capped or an option listed on the plot3d/option help page
capped : true or false
Specifies whether a cap should be drawn on the open end of the hemisphere. The default value of this option is true.
The hemisphere command creates a three-dimensional plot data object, which when displayed is a hemisphere centered at c with a radius r. The default values for c and r are 0,0,0 and 1, respectively.
The plot data object produced by the hemisphere command can be used in a PLOT3D data structure, or displayed using the plots:-display command.
Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot3d/option.
with⁡plottools:
with⁡plots:
display⁡hemisphere⁡1,1,1,scaling=constrained,axes=boxed,orientation=45,75,color=green
See Also
plot3d/option
plot3d/structure
plots:-display
Download Help Document