Skip to content

Fixing plotting on axes in models.py #18

@amish-mishra

Description

@amish-mishra

Please update line 175 in multidim/models.py to
elif type(canvas).__module__ in ['matplotlib.axes._subplots', 'matplotlib.axes._axes']:

This allows for matplotlib.axes._axes objects to also be plotted on. Otherwise, it keeps falling to the implementation error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions