We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9507d62 + 3fb8948 commit cf5f528Copy full SHA for cf5f528
1 file changed
windrose/windrose.py
@@ -7,7 +7,7 @@
7
import matplotlib.pyplot as plt
8
import numpy as np
9
from matplotlib.projections.polar import PolarAxes
10
-from numpy.lib.twodim_base import histogram2d
+from numpy import histogram2d
11
12
ZBASE = -1000 # The starting zorder for all drawing, negative to have the grid on
13
VAR_DEFAULT = "speed"
0 commit comments