Skip to content

Commit ab7544b

Browse files
committed
Fixed wrong linewidth get
1 parent 7d0c57c commit ab7544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def _get_hatch(self, gc, rgbFace):
500500
edge = gc.get_hatch_color()
501501
if edge is not None:
502502
edge = tuple(edge)
503-
lw = gc._linewidth
503+
lw = gc.get_hatch_linewidth()
504504
dictkey = (gc.get_hatch(), rgbFace, edge, lw)
505505
oid = self._hatchd.get(dictkey)
506506
if oid is None:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy