8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, se 8000 e our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfec07 commit 89d05caCopy full SHA for 89d05ca
lib/matplotlib/bezier.py
@@ -10,6 +10,7 @@
10
11
import matplotlib.cbook as cbook
12
13
+
14
# same algorithm as 3.8's math.comb
15
@np.vectorize
16
@lru_cache(maxsize=128)
lib/matplotlib/figure.py
@@ -28,7 +28,7 @@
28
29
from matplotlib.axes import Axes, SubplotBase, subplot_class_factory
30
from matplotlib.blocking_input import BlockingMouseInput, BlockingKeyMouseInput
31
-from matplotlib.gridspec import GridSpec, SubplotSpec
+from matplotlib.gridspec import GridSpec, SubplotSpec # noqa: F401
32
import matplotlib.legend as mlegend
33
from matplotlib.patches import Rectangle
34
from matplotlib.text import Text
0 commit comments