Skip to content

Commit 60d94fd

Browse files
committed
ENH: fig.set_size to allow non-inches units
1 parent 8dd6d85 commit 60d94fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,7 @@ def set_size_inches(self, w, h=None, forward=True):
919919
automatically updated; e.g., you can resize the figure window
920920
from the shell
921921
922-
ACCEPTS: a (w, h) tuple with w, h in inches, or w, h are strings
923-
with suffixes: in, cm, mm, pt. i.e. h='3.5cm'.
922+
ACCEPTS: a (w, h) tuple with w, h in inches.
924923
925924
See Also
926925
--------

0 commit comments

Comments
 (0)