ecl-logo Documentation

EmeraldListPointPlot3D

EmeraldListPointPlot3D[dataset]plot3D

creates a ListPointPlot3D of dataset.

EmeraldListPointPlot3D[datasets]plot3D

creates a ListPointPlot3D displaying each dataset in datasets.

Details

    Input
    Output
    3D View Options
    Axes Options
    Box Options
    Data Specifications Options
    Image Format Options
    Legend Options
    Plot Labeling Options
    Plot Range Options
    Plot Style Options
    General Options

Examples

Basic Examples  (4)

Plot a 3D data set:

Plot a 3D quantity array:

Plot a list of 3D data sets:

Plot a list of 3D quantity arrays:

Options  (53)

AlignmentPoint  (1)

When this graphic is used within an Inset, AlignmentPoint determines the coordinates in this graphic to which it will be aligned in the enclosing graphic:

AspectRatio  (1)

Set the aspect-ratio of the plot to three different values:

Axes  (1)

Remove the axes ticks:

AxesEdge  (1)

Specify where the axes labels are affixed. -1 and 1 are associated with bottom and top or left and right for y and x axes, respectively:

AxesLabel  (1)

Label the axes:

AxesOrigin  (1)

Change the axes origin to be the bounding box yz side:

AxesStyle  (1)

Change the style of the axes to be orange and thick with a different font size:

AxesUnits  (1)

Do not append units to axes labels eventhough the data has units:

Background  (1)

Change the background color to light blue:

BaseStyle  (1)

Change the base style of the entire plot including the font and font size. Note that the plot style takes precedence over BaseStyle:

Boxed  (1)

Remove the edges of the bounding box:

BoxRatios  (1)

Change the ratio of the box side lenghs. Automatic is {1,1,0.4}:

BoxStyle  (1)

Using dashed lines and gray color for the boundary of bounding box:

ClipPlanes  (1)

Clip the graphics based on an infinite plane - does not seem to be working well:

ClipPlanesStyle  (1)

Change the style of the clipping planes:

ColorFunction  (1)

Providing a custom color function that chooses the color based on the data:

DisplayFunction  (1)

Provide the output as a clickable button:

Epilog  (1)

Add a text box to the graphic after the main plot is rendered at a specific location and also background color:

FaceGrids  (1)

Add grids for the bounding box:

FaceGridsStyle  (1)

Add grids for the bounding box with changing the color and the style of the lines:

Filling  (2)

Fill under the data points in a certain region specficied using the first and second components of the input:

Fill surface 1 to the bottom with blue and surface 2 to the top with red:

FillingStyle  (1)

Fill with gray under the surface in a certain region:

FormatType  (1)

Add a textbox with standard form at a specific location and with a specific background color:

ImageMargins  (1)

Add margins to the image outside of the bounding box:

ImageSize  (1)

Change the size of the image:

LabelingFunction  (1)

Specify a pure function that generates labels for each point in the plot. This function should take in coordinates and return graphics primitives. For more information, evaluate ?LabelingFunction in the notebook:

LabelingSize  (1)

Change the label size of the plot labels for each datapoints:

LabelStyle  (1)

Change the style of all labels the color and the font:

Legend  (1)

Add the plot legends for each of the planes - This effectively acts similar to PlotLegends, but the default legend placement is bottom as opposed to right in PlotLegends:

LegendPlacement  (1)

Add the plot legends for each of the planes:

Lighting  (1)

Change the light sources:

PlotLabel  (1)

Add the plot label for the whole plot:

PlotLegends  (1)

Add the plot legends for each of the planes:

PlotRange  (1)

Specify plot range:

PlotRangePadding  (1)

Add paddings to the graphics with respect to the bounding box sides:

PlotStyle  (3)

Change the style of the plot by changing the transparency and the color to purple:

Change the size of the symbols:

Change the color of the plots:

PlotTheme  (1)

A number of options for PlotTheme exist. Please try ctrl+k on your notebook to see all different options:

Prolog  (1)

Add a disk before the main plot is rendered at a certain location with a certain color:

RegionFunction  (1)

Plot over an annulus region:

RotationAction  (1)

Chage the way the rotation of the graph is handled and making it clip the axes when they go out of scope:

ScalingFunctions  (1)

Reversing the x axis values:

TargetUnits  (1)

Specify target units for data:

Ticks  (1)

Specify the ticks to be at specific locations:

TicksStyle  (1)

Specify the tick style the color and font:

ViewAngle  (1)

Widen the angle of the automatic camera:

ViewPoint  (1)

A single graph with three different view points. Note that the automatic is {1.3,-2.4,2.}:

ViewProjection  (1)

Perspective view of the graph:

ViewRange  (1)

Specify the minimum and maximum distances from the camera to be included:

ViewVector  (1)

Specify the view vectors using ordinary coordinates:

ViewVertical  (1)

Use the direction of the x axis as the vertical direction in the final image: