Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

scatter ignores marker cycler #15105

Open
@ianhbell

Description

@ianhbell

Bug report

Bug summary

The marker cycler does not appear to work with scatter

Code for reproduction

importmatplotlib.pyplotaspltfig,ax=plt.subplots(1,1)ax.set_prop_cycle('marker', ['x','o','d','s'])x= [1,2,3]foryoffsetin1,2,3,4:ax.scatter(x, [_y+yoffsetfor_yinx])plt.show()#

Actual outcome

image

Expected outcome

A cycling marker for each call to scatter

Matplotlib version

  • Operating system: windows
  • Matplotlib version: 3.1.1
  • Matplotlib backend : Qt5Agg
  • Python version: 3.7

conda-forge

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp