Source code for zgoubidoo.commands.plotable

"""Plotable type system."""


[docs]class Plotable: """Plotable type. Commands supporting plotting capabilities should inherit from this class to enable their support by the plotting module. """ pass