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 eed0525 commit f7d1984Copy full SHA for f7d1984
2 files changed
.flake8
@@ -226,6 +226,7 @@ per-file-ignores =
226
examples/shapes_and_collections/ellipse_demo.py: E402
227
examples/shapes_and_collections/fancybox_demo.py: E402
228
examples/shapes_and_collections/hatch_demo.py: E402
229
+ examples/shapes_and_collections/hatches_styles.py: E402
230
examples/shapes_and_collections/line_collection.py: E402
231
examples/shapes_and_collections/marker_path.py: E402
232
examples/shapes_and_collections/patch_collection.py: E402
examples/shapes_and_collections/hatches_styles.py
@@ -1,7 +1,7 @@
1
"""
2
-==========
+===================
3
Hatches Styles Demo
4
5
6
Hatching (pattern filled polygons) is supported currently in the PS,
7
PDF, SVG and Agg backends only.
0 commit comments