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

Appearance settings

Fix duplicate condition in pathpatch3d example #12495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2018

Conversation

teresy
Copy link
Contributor

@teresy teresy commented Oct 12, 2018

PR Summary

The conditional tests are the same for:

    if zdir == "y":
        xy1, z1 = (x, z), y
    elif zdir == "y":
        xy1, z1 = (y, z), x

My guess is the second test is supposed to be "x", based on the body xy1, z1 = (y, z), x

@tacaswell tacaswell added this to the v3.1 milestone Oct 12, 2018
@tacaswell tacaswell modified the milestones: v3.1, v3.0.0-doc Oct 12, 2018
@tacaswell
Copy link
Member

👍 Thanks!

Going to let the continuous integration spin before merging.

@timhoffm timhoffm merged commit aa1e5cf into matplotlib:master Oct 12, 2018
@timhoffm
Copy link
Member

Thanks! And congratulations to your first contribution to matplotlib.

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Oct 12, 2018
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Oct 12, 2018
dstansby added a commit that referenced this pull request Oct 12, 2018
…495-on-v3.0.0-doc

Backport PR #12495 on branch v3.0.0-doc (Fix duplicate condition in pathpatch3d example)
dstansby added a commit that referenced this pull request Oct 12, 2018
…495-on-v3.0.x

Backport PR #12495 on branch v3.0.x (Fix duplicate condition in pathpatch3d example)
thoo added a commit to thoo/matplotlib that referenced this pull request Oct 18, 2018
* master: (51 commits)
  Disable sticky edge accumulation if no autoscaling.
  Avoid quadratic behavior when accumulating stickies.
  Rectified plot error (matplotlib#12501)
  endless looping GIFs with PillowWriter (matplotlib#11789)
  TST: add test for re-normalizing image
  FIX: colorbar re-check norm before draw for autolabels
  Fix search for sphinx >=1.8 (matplotlib#12216)
  Fix some flake8 issues
  Don't handle impossible values for `align` in hist()
  DOC: add section about test / doc dependencies
  DOC: clarify time windows for support
  TST: test colorbar tick labels correct
  FIX: make minor ticks formatted with science formatter as well
  DOC: clarify what 'minor version' means
  Adjust the widths of the messages during the build.
  Simplify radar_chart example.
  Fix duplicate condition in pathpatch3d example (matplotlib#12495)
  Fix typo in documentation
  FIX: make unused spines invisible
  Kill FontManager.update_fonts.
  ...
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.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.