mango.application.plot.TernaryAxes

class mango.application.plot.TernaryAxes(basis=None, labels=None, sides=None, labelOffset=None, rotateLabels=None, edgeArgs=None, figArgs=None)[source]

Object for generating matplotlib figure with ternary axes.

Methods

__init__([basis, labels, sides, ...])
createAxes([fig]) Returns a (matplotlib.axes.Axes, matplotlib.figure.Figure) pair with the plot containing labeled ternary axes.

Previous topic

mango.application.plot.ternaryPlot

Next topic

mango.application.plot.TernaryAxes.__init__

This Page