mango.application.shale.generateShaleTernaryPlot

mango.application.shale.generateShaleTernaryPlot(histData, cropRange=None, cropIndex=None, invalidProportionMethodList=[0, 1], doLogScale=True, cmap=None, contourNumLevels=32, contourNumLines=None, doContourColourBar=False, shading='gouraud')[source]

Returns a list of (matplotlib.figure.Figure, str) pairs with ternary mineral-pore-organic 2D histogram plots.

Parameters:histData (mango.application.io.HistData) – 2D histogram data of micro-porosity segmentation image pair (micro-porosity segmentation of CH2I2-image minus dry-after-image image and micro-porosity segmentation of I2-image minus dry-image). Assumes that the CH2I2 data is the x-axis of the histData.
Return type:list of pairs
Returns:List of (matplotlib.figure.Figure, str) pairs.

Previous topic

mango.application.shale.resolveHistogramDuplicateEntries

Next topic

Executes filter sequences from (qmango) parameter file (mango.application.main_driver)

This Page