-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add plot methods statically and add typing to plot tests * whats-new update * fix copy-paste typo * correct plot signatures * add *some* typing to plot methods * annotate darray in plot tests * correct typing of plot returns * fix plotting overloads * add correct overloads to dataset_plot * update whats-new * rename xr.plot.plot module since it shadows the xr.plot.plot method * move accessor to its own module * move DSPlotAccessor to accessor module * fix DSPlotAccessor import * add explanation to import statement * add breaking change to whats-new * remove unused `rtol` argument from plot * make most arguments of plotmethods kwargs only * fix wrong return types * add breaking kwarg change to whats-new * support for aspect='auto' or 'equal * typing support for Dataset FacetGrid * deprecate positional arguments for all plot methods * add deprecation to whats-new * add FacetGrid generic type * fix mypy 0.981 complaints * fix index errors in plots * add overloads to scatter * deprecate scatter args * add scatter to accessors and fix docstrings * undo some breaking changes * fix the docstrings and some typing * fix typing of scatter accessor funcs * align docstrings with signature and complete typing * add remaining typing * align more docstrings * re add ValueError for scatter plots with u, v * fix whats-new conflict * fix some typing errors * more typing fixes * fix last mypy complaints * try fixing facetgrid examples * fix py3.8 problems * update plotting.rst * update api * update plot docstring * add a tip about yincrease in imshow * set default for x/yincrease in docstring * simplify typing * add deprecation date as comment * update whats-new to new release * fix whats-new
- Loading branch information
Showing
21 changed files
with
4,992 additions
and
2,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.