MF_zAutoDensityMap
| MD_zAutoDensityMap |
ME_zAutoDensityMap |
MI_zAutoDensityMap | MBI_zAutoDensityMap | MSI_zAutoDensityMap | MLI_zAutoDensityMap | MQI_zAutoDensityMap |
MU_zAutoDensityMap | MUB_zAutoDensityMap | MUS_zAutoDensityMap | MUL_zAutoDensityMap | MUQ_zAutoDensityMap |
|
Function | plot 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/Delphi | uses Mgraph;
procedure MF_xyzDataDensityMap( X, Y:fVector; MZ:fMatrix; ht, len:UIntSize ); |
|
Description | This function is similar to MF_xyzAutoDensityMap, but here MZ is plotted against the indices of its dimensions instead of explicit X and Y values. |
|
|