We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987e315 commit d79f0caCopy full SHA for d79f0ca
examples/shapes_and_collections/hatch_style_reference.py
@@ -7,7 +7,6 @@
7
PDF, SVG and Agg backends only.
8
"""
9
import matplotlib.pyplot as plt
10
-import numpy as np
11
from matplotlib.patches import Rectangle
12
13
fig, axs = plt.subplots(2, 5, constrained_layout=True, figsize=(10, 5))
0 commit comments