Commit f53ee4d
committed
Use shorter float repr in figure options dialog.
On Python3, native float repr is as short as possible. Moreover, no precision
is lost as {x,y}lims are already internally represented as numpy floats of the
same size as the native floats.
See #4839.1 parent c52ef28 commit f53ee4d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments