Skip to content

Commit 19e76f8

Browse files
author
Gorshanov Vadim
committed
Fix the draw-none problem in the paths
1 parent 325f4d3 commit 19e76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tikzplotlib/_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def draw_pathcollection(data, obj):
231231

232232
is_contour = len(dd) == 1
233233
if is_contour:
234-
draw_options = ["draw=none"]
234+
draw_options = ["thick"]
235235

236236
if marker0 is not None:
237237
data, pgfplots_marker, marker_options = _mpl_marker2pgfp_marker(

0 commit comments

Comments
 (0)