Skip to content

Quartz backend draw_path_at_points has bad ndarray attribute #1050

@corranwebster

Description

@corranwebster

In the draw_path_at_points method, it checks for an array's nd attribute instead of ndim:

if apoints.nd != 2 or apoints.dimensions[1] != 2:

Simple fix; but the fix should probably include a test, since it appears that the code isn't being exercised and is important for Chaco scatterplots.

dimensions should probably be shape, as well.

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