Skip to content

Commit b07b7ab

Browse files
committed
Added get_hatch call in draw_patch
1 parent 45d4056 commit b07b7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tikzplotlib/_patch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def draw_patch(data, obj):
1414
obj.get_facecolor(),
1515
obj.get_linestyle(),
1616
obj.get_linewidth(),
17+
obj.get_hatch(),
1718
)
1819

1920
if isinstance(obj, mpl.patches.Rectangle):

0 commit comments

Comments
 (0)