MF_zAutoDensityMap MD_zAutoDensityMap ME_zAutoDensityMap
MI_zAutoDensityMapMBI_zAutoDensityMapMSI_zAutoDensityMapMLI_zAutoDensityMapMQI_zAutoDensityMap
MU_zAutoDensityMapMUB_zAutoDensityMapMUS_zAutoDensityMapMUL_zAutoDensityMapMUQ_zAutoDensityMap
Functionplot a color density map of a matrix against the indices over its dimensions
Syntax C/C++#include <Mgraph.h>
void MF_zAutoDensityMap( fMatrix Z, ui ht, ui len, COLORREF mincolor, COLORREF maxcolor );
C++ MatObj#include <OptiVec.h>
void matrix<T>::zAutoDensityMap( COLORREF mincolor, COLORREF maxcolor );
Pascal/Delphiuses Mgraph;
procedure MF_xyzDataDensityMap( X, Y:fVector; MZ:fMatrix; ht, len:UIntSize );
DescriptionThis function is similar to MF_xyzAutoDensityMap, but here MZ is plotted against the indices of its dimensions instead of explicit X and Y values.
See alsoMF_xyzAutoDensityMap,   chapter 15

MatrixLib Table of Contents  OptiVec home