Skip to content

Fix issue with get_edgecolor and get_facecolor in 3D plots#23562

Merged
tacaswell merged 1 commit into
matplotlib:mainfrom
oscargus:fixgetcolors
Aug 19, 2022
Merged

Fix issue with get_edgecolor and get_facecolor in 3D plots#23562
tacaswell merged 1 commit into
matplotlib:mainfrom
oscargus:fixgetcolors

Conversation

@oscargus
Copy link
Copy Markdown
Member

@oscargus oscargus commented Aug 5, 2022

PR Summary

Closes #4067

I was about to extract the relevant parts of do_3d_projection, but it looked like about half of it was required anyway, so I went the simple path.

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

Documentation

  • [N/A] New features are documented, with examples if plot related.
  • [N/A] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).

@oscargus oscargus changed the title Fix issue with get_edgecolors and get_facecolors Fix issue with get_edgecolor and get_facecolor Aug 5, 2022
@oscargus oscargus added this to the v3.6.0 milestone Aug 5, 2022
@oscargus oscargus changed the title Fix issue with get_edgecolor and get_facecolor Fix issue with get_edgecolor and get_facecolor in 3D plots Aug 5, 2022
@tacaswell tacaswell merged commit 1fd71a5 into matplotlib:main Aug 19, 2022
@oscargus oscargus deleted the fixgetcolors branch August 19, 2022 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'Poly3DCollection' object has no attribute '_facecolors2d'

3 participants