Skip to content
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

Allow passing axis kwargs to plot #4020

Merged
merged 34 commits into from Jul 2, 2020

Commits on May 2, 2020

  1. fix facecolor plot

    raphaeldussin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    0d4d29a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. temp version

    raphaeldussin committed May 15, 2020
    Configuration menu
    Copy the full SHA
    04a48c4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    2577ddd View commit details
    Browse the repository at this point in the history
  2. black formatting

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c5c7732 View commit details
    Browse the repository at this point in the history
  3. add testing

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    9d259e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d7cf27 View commit details
    Browse the repository at this point in the history
  5. fix PEP8 comment

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    19b59a3 View commit details
    Browse the repository at this point in the history
  6. black formatting

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    d439f6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d5b599 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d00aeb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c80566 View commit details
    Browse the repository at this point in the history
  10. black formating

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    ba36f83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7c48be View commit details
    Browse the repository at this point in the history
  12. fix some mistakes

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    180d451 View commit details
    Browse the repository at this point in the history
  13. isort, mypy

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    e8abe18 View commit details
    Browse the repository at this point in the history
  14. fix mypy

    raphaeldussin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    7c46b01 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    2739599 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. remove empty line

    raphaeldussin committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    5f30e7c View commit details
    Browse the repository at this point in the history
  2. correction from review

    raphaeldussin committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    aebb441 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    38fbfde View commit details
    Browse the repository at this point in the history
  2. updated tests

    raphaeldussin committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    66e07df View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. updated tests

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    3a12e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdeea2f View commit details
    Browse the repository at this point in the history
  3. black formatting

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ee25c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae74fe View commit details
    Browse the repository at this point in the history
  5. fix tests

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a049209 View commit details
    Browse the repository at this point in the history
  6. fix tests again

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    98264bd View commit details
    Browse the repository at this point in the history
  7. fix bug in tests

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    79b08db View commit details
    Browse the repository at this point in the history
  8. fix pb in tests

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f54d585 View commit details
    Browse the repository at this point in the history
  9. remove useless line

    raphaeldussin committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1cec6cd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. clean up tests

    dcherian committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    073c64b View commit details
    Browse the repository at this point in the history
  2. fix

    dcherian committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a652843 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Add whats-new

    dcherian committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d65416a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into fix_facecolor_plot

    * upstream/master: (21 commits)
      fix typo in error message in plot.py (pydata#4188)
      Support multiple dimensions in DataArray.argmin() and DataArray.argmax() methods (pydata#3936)
      Show data by default in HTML repr for DataArray (pydata#4182)
      Blackdoc (pydata#4177)
      Add CONTRIBUTING.md for the benefit of GitHub
      Correct dask handling for 1D idxmax/min on ND data (pydata#4135)
      use assert_allclose in the aggregation-with-units tests (pydata#4174)
      Remove old auto combine (pydata#3926)
      Fix 4009 (pydata#4173)
      Limit length of dataarray reprs (pydata#3905)
      Remove <pre> from nested HTML repr (pydata#4171)
      Proposal for better error message about in-place operation (pydata#3976)
      use builtin python types instead of the numpy alias (pydata#4170)
      Revise pull request template (pydata#4039)
      pint support for Dataset (pydata#3975)
      drop eccodes in docs (pydata#4162)
      Update issue templates inspired/based on dask (pydata#4154)
      Fix failing upstream-dev build & remove docs build (pydata#4160)
      Improve typehints of xr.Dataset.__getitem__ (pydata#4144)
      provide a error summary for assert_allclose (pydata#3847)
      ...
    dcherian committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b1c15ad View commit details
    Browse the repository at this point in the history