Search Results for

    Show / Hide Table of Contents

    Class TernaryPlots

    Inheritance
    Object
    TernaryPlots
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public static class TernaryPlots

    Methods

    | Improve this Doc View Source

    DrawTernaryPlot(Dictionary<String, Double[,]>, String[])

    Draws a ternary plot from the passed data. Assumes that the passed matrix values are all normalised in [0,1].

    Declaration
    public static Image DrawTernaryPlot(Dictionary<string, double[, ]> matrixDictionary, string[] keys)
    Parameters
    Type Name Description
    Dictionary<String, Double[,]> matrixDictionary

    dicitonary of matrices - each matrix is one index.

    String[] keys

    The names of the three indices/attributes. Also used as keys to dicitonary of matrices.

    Returns
    Type Description
    SixLabors.ImageSharp.Image
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top