plopp.backends.matplotlib.MatplotlibBackend#

class plopp.backends.matplotlib.MatplotlibBackend[source]#
__init__()#

Methods

__init__()

canvas2d(*args, **kwargs)

See canvas.Canvas for details.

figure1d(*args, **kwargs)

See static.StaticFig and interactive.InteractiveFig for details.

figure2d(*args, **kwargs)

See static.StaticFig and interactive.InteractiveFig for details.

image(*args, **kwargs)

See image.Image for details.

is_interactive()

Returns True if the backend currently in use allows for interactive figures.

line(*args, **kwargs)

See line.Line for details.

scatter(*args, **kwargs)

See scatter.Scatter for details.

tiled(*args, **kwargs)