Skip to content

Commit 9b35ecf

Browse files
committed
Additional test.
1 parent 7aed950 commit 9b35ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def test2d_1d_2d_coordinates_contourf(self):
265265
)
266266

267267
a.plot.contourf(x="time", y="depth")
268+
a.plot.contourf(x="depth", y="time")
268269

269270
def test3d(self):
270271
self.darray.plot()

0 commit comments

Comments
 (0)