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 4e34cd6 commit 43762abCopy full SHA for 43762ab
plotpy/styles/image.py
@@ -433,7 +433,7 @@ class MaskedImageParamMixin(DataSet):
433
"""Mixin for masked image parameters."""
434
435
g_mask = BeginGroup(_("Mask"))
436
- filling_value = FloatItem(_("Filling value"), default=0.0)
+ filling_value = FloatItem(_("Filling value"), allow_none=True)
437
show_mask = BoolItem(_("Show image mask"), default=False)
438
alpha_masked = FloatItem(_("Masked area alpha"), default=0.7, min=0, max=1)
439
alpha_unmasked = FloatItem(_("Unmasked area alpha"), default=0.0, min=0, max=1)
0 commit comments