We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352875 commit 17ea477Copy full SHA for 17ea477
sainsc/lazykde/_utils.py
@@ -17,7 +17,7 @@
17
N = TypeVar("N", bound=int)
18
_Shape = TypeVar("_Shape", bound=tuple[int, ...])
19
20
-SCALEBAR_PARAMS = dict(box_alpha=0, color="w")
+SCALEBAR_PARAMS = dict(frameon=False, color="w")
21
"""Default scalebar parameters"""
22
23
0 commit comments