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 2ab206f commit e9345dcCopy full SHA for e9345dc
matplotlibrc.template
@@ -80,6 +80,14 @@ backend : %(backend)s
80
#patch.edgecolor : black
81
#patch.antialiased : True # render patches in antialised (no jaggies)
82
83
+
84
+### HATCHES
85
+# Hatches are marks used to fill patterns within an artist.
86
+# See
87
+# http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.patches.Patch.set_hatch
88
+# information on hatch properties
89
+#hatch.linewidth : 0.1 # line width in points
90
91
### FONT
92
#
93
# font properties used by text.Text. See
0 commit comments