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 f0d7391 commit f95cccdCopy full SHA for f95cccd
1 file changed
lib/matplotlib/backends/backend_svg.py
@@ -393,7 +393,7 @@ def _write_hatches(self):
393
style=generate_css({
394
'fill': rgb2hex(stroke),
395
'stroke': rgb2hex(stroke),
396
- 'stroke-width': rcParams['hatch.linewidth'],
+ 'stroke-width': six.text_type(rcParams['hatch.linewidth']),
397
'stroke-linecap': 'butt',
398
'stroke-linejoin': 'miter'
399
})
0 commit comments