xyz#

Purpose#

Graphs X vs. Y vs. Z using Cartesian coordinates.

Note

This function is for the deprecated PQG graphics.

Library#

pgraph

Format#

xyz(x, y, z)#
Parameters:
  • x (Nx1 or NxK matrix) – Each column contains the X values for a particular line.

  • y (Nx1 or NxK matrix) – Each column contains the Y values for a particular line.

  • z (Nx1 or NxK matrix) – Each column contains the Z values for a particular line.

Remarks#

Missing values are ignored when plotting symbols. If missing values are encountered while plotting a curve, the curve will end and a new curve will begin plotting at the next non-missing value.

Source#

pxyz.src