Skip to content

Commit 0979694

Browse files
committed
fix plotting
1 parent 80390d2 commit 0979694

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

xvec/tests/test_plotting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def aggregated():
2323
x_coords="longitude",
2424
y_coords="latitude",
2525
all_touched=True,
26+
method="rasterize",
2627
)
2728

2829

@@ -92,6 +93,7 @@ def test_void_dimension():
9293
x_coords="longitude",
9394
y_coords="latitude",
9495
all_touched=True,
96+
method="rasterize",
9597
).xvec.plot()
9698

9799

@@ -108,6 +110,7 @@ def test_unnamed():
108110
x_coords="longitude",
109111
y_coords="latitude",
110112
all_touched=True,
113+
method="rasterize",
111114
).sel(level=200).xvec.plot()
112115

113116

0 commit comments

Comments
 (0)