We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac6a3 commit 341ef3aCopy full SHA for 341ef3a
test/test_plot.py
@@ -4,6 +4,8 @@
4
import pytest
5
import numpy as np
6
7
+import matplotlib
8
+matplotlib.use("Agg")
9
import matplotlib.pyplot as plt
10
import cartopy.crs as ccrs
11
0 commit comments