Skip to content

Suggested simple enhancement for coloring the surface in mpl_toolkits/mplot3d/axes3d.py  #15426

@keithbriggs

Description

@keithbriggs

This line:

avg_z = np.array([ps[:, 2].mean() for ps in polys])

means that coloring the surface is only possibly with the z coordinate.

It would be very useful to allow an arbitrary function of ps here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions