Plot Functions
Extended Plotting Functions
Certian standard MATLAB functions are wrapped into a special call to better handle 4D data for the user.
Function
Extension
Example
Display Functions
For displaying metric and stress-energy values, some unique functions are built into Warp Factory to help users.
Function
Extension
Example
redblue(
data
,
gradientNum
)
Custom colormap function which takes in data
and optional gradientNum
to return a smooth mapping of red colors for negative values and blue colors for positive values. The gradientNum
defines the resolution of the color scale, defaults to 1024.
redblue(
data
)
Last updated