Skip to content

Commit eb0f00b

Browse files
committed
Update show.py
1 parent 2151c18 commit eb0f00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py4DSTEM/visualize/show.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ def show(
267267
* 'centered': The vmin/vmax values are set to ``c -/+ m``, where by default
268268
'c' is zero and m is the max(abs(ar-c), or the two params can be user
269269
specified using the kwargs vmin/vmax -> c/m.
270-
vmin (number): min intensity, behavior depends on clipvals
271-
vmax (number): max intensity, behavior depends on clipvals
270+
vmin (number): min intensity, behavior depends on intensity_range
271+
vmax (number): max intensity, behavior depends on intensity_range
272272
min,max: alias' for vmin,vmax, throws deprecation warning
273273
power (number): specifies the scaling power
274274
power_offset (bool): If true, image has min value subtracted before power scaling

0 commit comments

Comments
 (0)