@@ -168,8 +168,8 @@ def image(
168168 filename: image filename. Default is None
169169 title: image title. Default is None
170170 alpha_function: function for LUT alpha channel.
171- Default is :py:attr:`.LUTAlpha.NONE`
172- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
171+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
172+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
173173 alpha: alpha value. Default is None
174174 background_color: background color name. Default is None
175175 colormap: colormap name. Default is None
@@ -317,8 +317,8 @@ def maskedimage(
317317 filename: image filename. Default is None
318318 title: image title. Default is None
319319 alpha_function: function for LUT alpha channel.
320- Default is :py:attr:`.LUTAlpha.NONE`
321- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
320+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
321+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
322322 alpha: alpha value. Default is 1.0
323323 xdata: x data. Default is [None, None]
324324 ydata: y data. Default is [None, None]
@@ -445,8 +445,8 @@ def maskedxyimage(
445445 mask: mask. Default is None
446446 title: image title. Default is None
447447 alpha_function: function for LUT alpha channel.
448- Default is :py:attr:`.LUTAlpha.NONE`
449- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
448+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
449+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
450450 alpha: alpha value. Default is 1.0
451451 background_color: background color. Default is None
452452 colormap: colormap. Default is None
@@ -519,8 +519,8 @@ def rgbimage(
519519 filename: filename. Default is None
520520 title: image title. Default is None
521521 alpha_function: function for LUT alpha channel.
522- Default is :py:attr:`.LUTAlpha.NONE`
523- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
522+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
523+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
524524 alpha: alpha value. Default is 1.0
525525 xdata: x data. Default is [None, None]
526526 ydata: y data. Default is [None, None]
@@ -584,8 +584,8 @@ def quadgrid(
584584 Z: data
585585 title: image title. Default is None
586586 alpha_function: function for LUT alpha channel.
587- Default is :py:attr:`.LUTAlpha.NONE`
588- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
587+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
588+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
589589 alpha: alpha value. Default is None
590590 colormap: colormap. Default is None
591591 interpolation: interpolation method. Default is 'linear'
@@ -662,8 +662,8 @@ def trimage(
662662 filename: filename. Default is None
663663 title: image title. Default is None
664664 alpha_function: function for LUT alpha channel.
665- Default is :py:attr:`.LUTAlpha.NONE`
666- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
665+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
666+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
667667 alpha: alpha value. Default is None
668668 background_color: background color. Default is None
669669 colormap: colormap. Default is None
@@ -743,8 +743,8 @@ def xyimage(
743743 data: data
744744 title: image title. Default is None
745745 alpha_function: function for LUT alpha channel.
746- Default is :py:attr:`.LUTAlpha.NONE`
747- (valid string values are 'none', ' constant', 'linear', 'sigmoid', 'tanh')
746+ Default is :py:attr:`.LUTAlpha.NONE` (valid string values are 'none',
747+ ' constant', 'linear', 'sigmoid', 'tanh' and 'step ')
748748 alpha: alpha value. Default is None
749749 background_color: background color. Default is None
750750 colormap: colormap. Default is None
0 commit comments