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 edgecolor is broken in Matplotlib 2.0.0b3 #6844

Closed
Assignees
efiring
Milestone
@astrofrog

Description

@astrofrog

The following script illustrates the issue:

importmatplotlib.pyplotaspltfig=plt.figure()ax=fig.add_subplot(1,1,1)ax.scatter([1,2,3], [3,4,5],c=[3,2,1],edgecolor='k',cmap=plt.cm.viridis)fig.savefig('scatter.png')

Matplotlib 1.5.1

scatter

Matplotlib 2.0.0b3

scatter_20

In the Matplotlib 2.0.0b3 version, the scatter markers are missing edges.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp