10000 scatter is not changing color in Axes3D · Issue #5974 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
scatter is not changing color in Axes3D #5974
Closed
@orena1

Description

@orena1

This simple example, should create an image with a single red circle

import matplotlib.pyplot as ploty

from mpl_toolkits.mplot3d import Axes3D

ploty.ion()

fig = ploty.figure()
ax = fig.add_subplot(111, projection='3d')
ax.scatter(0,0,0,color='red')

But this is what I get

image

Is this a bug?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0