Skip to content

plot makes strip pattern #16815

Closed
Closed
@Auto-Ken

Description

@Auto-Ken

Plot function in matplotlib 3.1.3 generate following strips.

ones = np.ones((200,100))
cumsum = np.cumsum(ones, axis=1)
plt.plot(cumsum, linestyle='', marker='o', markersize=0.6, color="k");

200

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions