We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80390d2 commit 0979694Copy full SHA for 0979694
1 file changed
xvec/tests/test_plotting.py
@@ -23,6 +23,7 @@ def aggregated():
23
x_coords="longitude",
24
y_coords="latitude",
25
all_touched=True,
26
+ method="rasterize",
27
)
28
29
@@ -92,6 +93,7 @@ def test_void_dimension():
92
93
94
95
96
97
).xvec.plot()
98
99
@@ -108,6 +110,7 @@ def test_unnamed():
108
110
109
111
112
113
114
).sel(level=200).xvec.plot()
115
116
0 commit comments