FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for xarray/tests/test_plot.py - bhemmer/xarray · GitHub
bhemmer
/
xarray
Public
forked from
pydata/xarray
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
xarray
xarray
tests
test_plot.py
on
main
User selector
Datepicker
Commit history
Commits on Jan 31, 2022
[pre-commit.ci] pre-commit autoupdate (#6221)
Show description for 0a1e7e4
pre-commit-ci[bot]
authored
0a1e7e4
View commit details
Copy full SHA for 0a1e7e4
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Remove registration of pandas datetime converter in plotting (#6109)
Show description for e7285eb
authored
e7285eb
View commit details
Copy full SHA for e7285eb
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
TST: check datetime converter is Matplotlibs (#6128)
Show description for bc8d7f9
jklymak
and
pre-commit-ci[bot]
authored
bc8d7f9
View commit details
Copy full SHA for bc8d7f9
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Fix plot.line crash for data of shape (1, N) in _title_for_slice on format_item (#5948)
Show description for eac78cc
s-weigand
authored
eac78cc
View commit details
Copy full SHA for eac78cc
View code at this point
Browse repository at this point
Commits on Nov 1, 2021
Update minimum dependencies for 0.20 (#5917)
Show description for 971b1f5
authored
971b1f5
View commit details
Copy full SHA for 971b1f5
View code at this point
Browse repository at this point
Commits on Sep 29, 2021
Set scalar coords title to histogram plots (#5792)
Show description for e235642
maximlt
authored
e235642
View commit details
Copy full SHA for e235642
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
fix float formatting in a plot's title (#5789)
maximlt
authored
00f11d4
View commit details
Copy full SHA for 00f11d4
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Fix errors in test_latex_name_isnt_split for min environments (#5710)
Illviljan
authored
de867e6
View commit details
Copy full SHA for de867e6
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
Improves rendering of complex LaTeX expressions as `long_name`s when plotting (#5682)
Show description for 4109966
authored
4109966
View commit details
Copy full SHA for 4109966
View code at this point
Browse repository at this point
Commits on Jul 17, 2021
Add dataarray scatter with 3d support (#4909)
Illviljan
authored
4cde773
View commit details
Copy full SHA for 4cde773
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
Properly infer intervals of pcolormesh when plotting on logscale (#5334)
santisoler
authored
49f52ba
View commit details
Copy full SHA for 49f52ba
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
Allow plotting categorical data (#5464)
Illviljan
authored
b52b29d
View commit details
Copy full SHA for b52b29d
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Remove xfail decorator from nc-time-axis tests (#5461)
spencerkclark
authored
2290a5f
View commit details
Copy full SHA for 2290a5f
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
plt.gca() no longer accepts kwargs (#5450)
Show description for 136d654
mathause
authored
136d654
View commit details
Copy full SHA for 136d654
View code at this point
Browse repository at this point
Commits on May 19, 2021
fix the upstream-dev CI (#5343)
Show description for 6d2a730
keewis
authored
6d2a730
View commit details
Copy full SHA for 6d2a730
View code at this point
Browse repository at this point
Commits on May 3, 2021
Surface plots (#5101)
Show description for 9f11862
johnomotani
and
mathause
authored
9f11862
View commit details
Copy full SHA for 9f11862
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Use broadcast_like for 2d plot coordinates (#5099)
Show description for b2351cb
johnomotani
and
mathause
authored
b2351cb
View commit details
Copy full SHA for b2351cb
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Replace raises_regex with pytest.raises (#5188)
Show description for 381e649
max-sixty
authored
381e649
View commit details
Copy full SHA for 381e649
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
type: ignore - use error codes (#5096)
Show description for 1736e8f
mathause
authored
1736e8f
View commit details
Copy full SHA for 1736e8f
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
Add Dataset.plot.streamplot() method (#5003)
Show description for ba47216
johnomotani
and
keewis
authored
ba47216
View commit details
Copy full SHA for ba47216
View code at this point
Browse repository at this point
improve the error message for invalid hue names (#5060)
keewis
authored
821479d
View commit details
Copy full SHA for 821479d
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
Dataset.plot.quiver (#4407)
Show description for 070d815
dcherian
and
mathause
authored
070d815
View commit details
Copy full SHA for 070d815
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
scatter plot by order of the first appearance of hue (#4723)
Show description for 747fe26
keewis
authored
747fe26
View commit details
Copy full SHA for 747fe26
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Fix interval labels with units (#4794)
Show description for f52a95c
keewis
authored
f52a95c
View commit details
Copy full SHA for f52a95c
View code at this point
Browse repository at this point
Commits on Jan 11, 2021
Migrate CI from azure pipelines to GitHub Actions (#4730)
Show description for d241aa4
andersy005
authored
d241aa4
View commit details
Copy full SHA for d241aa4
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
CI: run tests in parallel (pytest-xdist) (#4694)
Show description for 5bd1a42
mathause
and
dcherian
authored
5bd1a42
View commit details
Copy full SHA for 5bd1a42
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
plot tests: ensure all figures are closed (#4600)
Show description for a04aa25
yashsaboo
and
mathause
authored
a04aa25
View commit details
Copy full SHA for a04aa25
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Fix step plots (#4508)
dcherian
authored
4ac7f2d
View commit details
Copy full SHA for 4ac7f2d
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
Fix incorrect legend labels for Dataset.plot.scatter (#4411)
Show description for f70c881
phausamann
and
dcherian
authored
f70c881
View commit details
Copy full SHA for f70c881
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
run black and blackdoc (#4381)
keewis
authored
ce15385
View commit details
Copy full SHA for ce15385
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Silence plot warnings (#4365)
Show description for d3536b9
mathause
authored
d3536b9
View commit details
Copy full SHA for d3536b9
View code at this point
Browse repository at this point
Commits on Jul 26, 2020
Un-xfail cftime plotting tests (#4272)
spencerkclark
authored
50dcdac
View commit details
Copy full SHA for 50dcdac
View code at this point
Browse repository at this point
Commits on Jul 25, 2020
xfail failing upstream plotting tests (#4271)
Show description for 83987b7
max-sixty
authored
83987b7
View commit details
Copy full SHA for 83987b7
View code at this point
Browse repository at this point
Commits on Jul 4, 2020
get the colorbar label via public methods (#4201)
keewis
authored
03c8562
View commit details
Copy full SHA for 03c8562
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
Allow passing axis kwargs to plot (#4020)
Show description for 834d4c4
raphaeldussin
and
dcherian
authored
834d4c4
View commit details
Copy full SHA for 834d4c4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL