Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088b017 commit a9543ceCopy full SHA for a9543ce
1 file changed
examples/shapes_and_collections/hatches_styles.py
@@ -22,7 +22,7 @@
22
23
for h in range(len(hashes)):
24
ax.add_patch(Rectangle(pos[h], 2, 2, fill=False, hatch=hashes[h]))
25
- ax.text(text_pos[h][0],text_pos[h][1], hashes[h], fontsize=15)
+ ax.text(text_pos[h][0], text_pos[h][1], hashes[h], fontsize=15)
26
27
plt.axis('equal')
28
plt.axis('off')
0 commit comments