Skip to content
forked from pydata/xarray

Commit

Permalink
Additional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 2, 2019
1 parent 7aed950 commit 9b35ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def test2d_1d_2d_coordinates_contourf(self):
)

a.plot.contourf(x="time", y="depth")
a.plot.contourf(x="depth", y="time")

def test3d(self):
self.darray.plot()
Expand Down

0 comments on commit 9b35ecf

Please sign in to comment.