comparison etc/NEWS.8.md @ 30958:8a8f82c0235e

print.m: Add options "-image"/"-vector" for Matlab compatibility. These options duplicate the "-opengl" and "-painters" arguments and set the Renderer used by Octave for printing. The names more clearly show the intent and are Matlab compatible. * NEWS.8.md: Announce additional options. * print.m: Add new options to docstring. * __print_parse_opts__.m: Decode additional arguments and set "renderer" field appropriately.
author Rik <rik@octave.org>
date Thu, 21 Apr 2022 14:52:35 -0700
parents ec5b57af230a
children e8ced722b19e
comparison
equal deleted inserted replaced
30957:abca9eac1ec9 30958:8a8f82c0235e
24 24
25 - `cylinder` now accepts a scalar for the radius argument. 25 - `cylinder` now accepts a scalar for the radius argument.
26 26
27 - `clock` now has an optional second output `ISDST` which indicates if 27 - `clock` now has an optional second output `ISDST` which indicates if
28 Daylight Savings Time is in effect for the system's time zone. 28 Daylight Savings Time is in effect for the system's time zone.
29
30 - `print` now accepts option `-image` to specify the "opengl" renderer
31 and `-vector` to specify the "painters" renderer.
29 32
30 ### Alphabetical list of new functions added in Octave 8 33 ### Alphabetical list of new functions added in Octave 8
31 34
32 35
33 ### Deprecated functions, properties, and operators 36 ### Deprecated functions, properties, and operators