Skip to content

Commit 68c0fc4

Browse files
authored
Merge pull request #28 from nschloe/force-linestyle
Force linestyle
2 parents 7fb4f8f + 03b2c62 commit 68c0fc4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/matplotx/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.3.4"

src/matplotx/_contour.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def contours(
335335
colors=outline,
336336
locator=ticker.LogLocator() if log_scaling else None,
337337
linewidths=0.5,
338+
linestyles="solid",
338339
)
339340

340341
return im

0 commit comments

Comments
 (0)