Skip to content

A bug in mpl_toolkits.mplot3d.axes3d #3667

@sprite728

Description

@sprite728

The original code contains self._draw_grid = maxes._string_to_bool(b), but the _string_to_bool is missing. However, it seems that b is already a boolean but not a string, I wonder why _string_to_bool is needed. After changing this line to self._draw_grid = b resolve the AttributeError issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions