diff 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
line wrap: on
line diff
--- a/etc/NEWS.8.md	Thu Apr 21 13:53:27 2022 -0700
+++ b/etc/NEWS.8.md	Thu Apr 21 14:52:35 2022 -0700
@@ -27,6 +27,9 @@
 - `clock` now has an optional second output `ISDST` which indicates if
   Daylight Savings Time is in effect for the system's time zone.
 
+- `print` now accepts option `-image` to specify the "opengl" renderer
+  and `-vector` to specify the "painters" renderer.
+
 ### Alphabetical list of new functions added in Octave 8