class documentation

class MatplotlibHistogramDrawer(AbstractDrawer):

View In Hierarchy

Matplotlib drawer object for matrices.

Method __init__ Constructs the drawer and associates it to the given Axes.
Method draw Draws the given Matrix in a matplotlib Axes.
Instance Variable context Undocumented
def __init__(self, ax):

Constructs the drawer and associates it to the given Axes.

Parameters
axthe Axes on which we will draw
def draw(self, matrix, **kwds):

Draws the given Matrix in a matplotlib Axes.

Parameters
matrixthe igraph.Histogram to plot.
**kwdsUndocumented
context =

Undocumented