Class TernaryPlots
Inherited Members
Namespace: TowseyLibrary
Assembly: TowseyLibrary.dll
Syntax
public static class TernaryPlots
Methods
| Improve this Doc View SourceDrawTernaryPlot(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 |