Plot Functions
Last updated
Certian standard MATLAB functions are wrapped into a special call to better handle 4D data for the user.
For displaying metric and stress-energy values, some unique functions are built into Warp Factory to help users.
redblue(data, gradientNum)
Custom colormap function which takes in dataand 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