Skip to content

Deprecate Axes3D.plot_surface(shade=None)#12430

Merged
WeatherGod merged 1 commit into
matplotlib:masterfrom
timhoffm:plot-surface-shade-none
Oct 8, 2018
Merged

Deprecate Axes3D.plot_surface(shade=None)#12430
WeatherGod merged 1 commit into
matplotlib:masterfrom
timhoffm:plot-surface-shade-none

Conversation

@timhoffm

@timhoffm timhoffm commented Oct 7, 2018

Copy link
Copy Markdown
Member

PR Summary

Axes3D.plot_surface(shade=None) has the same semantics as shade=False. This is an unintended implementation detail and should not be allowed.

Closes #11154.

PR Checklist

  • Code is Flake 8 compliant
  • Documentation is sphinx and numpydoc compliant
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@timhoffm timhoffm force-pushed the plot-surface-shade-none branch from a640c78 to 3bd268d Compare October 7, 2018 17:08
@tacaswell tacaswell added this to the v3.1 milestone Oct 7, 2018
@timhoffm timhoffm force-pushed the plot-surface-shade-none branch from 3bd268d to 526b856 Compare October 7, 2018 17:38
@WeatherGod WeatherGod merged commit e7599ff into matplotlib:master Oct 8, 2018
@timhoffm timhoffm deleted the plot-surface-shade-none branch October 8, 2018 16:02
@QuLogic

QuLogic commented Oct 15, 2020

Copy link
Copy Markdown
Member

@timhoffm I'm not sure what the final meaning is supposed to be; can you implement the removal of this deprecation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unexpected behavior for Axes3D.plot_surface(shade=None)

4 participants