class documentation
class MatplotlibGraphDrawer(AbstractGraphDrawer):
Graph drawer that uses a pyplot.Axes as context
Method | __init__ |
Constructs the graph drawer and associates it with the mpl axes |
Method | draw |
Abstract method, must be implemented in derived classes. |
Instance Variable | ax |
Undocumented |
Class Variable | _shape |
Undocumented |
Inherited from AbstractGraphDrawer
:
Method | ensure |
Helper method that ensures that layout is an instance of Layout . If it is not, the method will try to convert it to a Layout according to the following rules: |