##// END OF EJS Templates
Add units to height and width in Image docstring.
nvdv -
Show More
@@ -678,9 +678,9 b' class Image(DisplayObject):'
678
678
679 Note that QtConsole is not able to display images if `embed` is set to `False`
679 Note that QtConsole is not able to display images if `embed` is set to `False`
680 width : int
680 width : int
681 Width to which to constrain the image in html
681 Width in pixels to which to constrain the image in html
682 height : int
682 height : int
683 Height to which to constrain the image in html
683 Height in pixels to which to constrain the image in html
684 retina : bool
684 retina : bool
685 Automatically set the width and height to half of the measured
685 Automatically set the width and height to half of the measured
686 width and height.
686 width and height.
General Comments 0
You need to be logged in to leave comments. Login now