| SharpPlot Reference > SharpPlot Methods > DrawTreeMap Method >  (Double[],Int32[],Double[]) SharpPlot.DrawTreeMap Method (Double[],Int32[],Double[])Construct map from values, level vector, and integer altitude. public void DrawTreeMap(
    double[] data,
    int[] level,
    int[] alt
);
dataArea of each rectangle.
levelDepth in tree structure (level-0 are roots).
altExtra dimension for altitude coloring.
 
 Send comments on this topic© Dyalog Ltd 2021
 |