Changeset 3017
- Timestamp:
- 12/03/14 14:40:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/plotter2.py
r2909 r3017 74 74 set_vs(width=400, unit='pixel', aspect=0.75) -- set the output 75 75 window/file as a rectangle with 400 pixels in width and 76 300 pixels in height. 76 300 pixels in height, though the actual height might not 77 be the same as specified (see below). 77 78 78 79 Note: … … 86 87 recommended to use 'pixel' for 'png' output, and other units 87 88 for 'xwindow' (the default) or PostScript output. 89 It should also be noted in case unit of 'pixel' that the actual 90 height might not be always the same as you expect by (width * 91 aspect); one pixel difference in the actual height might occur. 88 92 """ 89 93 if width is None:
Note:
See TracChangeset
for help on using the changeset viewer.