Manuals/calci/SURFACEGRAPH

From ZCubes Wiki
Jump to navigation Jump to search
SURFACEGRAPH (Functions,Elementx)


where

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle From} is the starting number.
    • SURFACEGRAPH() shows the surface graph.

Description

  • The Surface graph or series is used to represent a set of three-dimensional data as a mesh surface.
  • It has three mandatory series components, Position, Depth and Value.
  • The data in the Position and Depth components must form a 2D rectangular grid on the xz plane.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle surf(X,Y,Z)} creates a three-dimensional surface plot.
  • The function plots the values in matrix Z as heights above a grid in the x-y plane defined by X and Y.
  • The function also uses Z for the color data, so color is proportional to height.

Examples

Related Videos

Surface Graph

See Also

References