How to use the brokenaxes.CallCurator function in brokenaxes

To help you get started, we’ve selected a few brokenaxes examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bendichter / brokenaxes / brokenaxes.py View on Github external
def __getattr__(self, method):
        """Catch all methods that are not defined and pass to internal axes
         (e.g. plot, errorbar, etc.).
        """
        return CallCurator(method, self)

brokenaxes

Create broken axes

MIT
Latest version published 2 months ago

Package Health Score

71 / 100
Full package analysis

Similar packages