Skip to content

Commit 17ea477

Browse files
committed
update scalebar params
1 parent 2352875 commit 17ea477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sainsc/lazykde/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
N = TypeVar("N", bound=int)
1818
_Shape = TypeVar("_Shape", bound=tuple[int, ...])
1919

20-
SCALEBAR_PARAMS = dict(box_alpha=0, color="w")
20+
SCALEBAR_PARAMS = dict(frameon=False, color="w")
2121
"""Default scalebar parameters"""
2222

2323

0 commit comments

Comments
 (0)