Skip to content

Commit d79f0ca

Browse files
committed
Removed import numpy
This package is no longer used.
1 parent 987e315 commit d79f0ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/shapes_and_collections/hatch_style_reference.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
PDF, SVG and Agg backends only.
88
"""
99
import matplotlib.pyplot as plt
10-
import numpy as np
1110
from matplotlib.patches import Rectangle
1211

1312
fig, axs = plt.subplots(2, 5, constrained_layout=True, figsize=(10, 5))

0 commit comments

Comments
 (0)