mpl.sankey¶
Module for creating Sankey diagrams using matplotlib
Classes¶
Affine2D([matrix]) |
A mutable 2D affine transformation. |
Bunch(**kwds) |
Often we want to just collect a bunch of stuff together, naming each item of the bunch; a dictionary’s OK for that, but a small do- nothing class is even handier, and prettier to use. |
Path(vertices[, codes, ...]) |
Path represents a series of possibly disconnected, |
PathPatch(path, **kwargs) |
A general polycurve path patch. |
Sankey([ax, scale, unit, format, gap, ...]) |
Sankey diagram in matplotlib |
zip |
alias of izip |