comparison NEWS @ 29939:00c69fbf1942

NEWS: Document change to "Title" property of generated PDF plots (bug #60998). * NEWS: Document change to "Title" property of generated PDF plots.
author Rik <rik@octave.org>
date Tue, 03 Aug 2021 13:18:34 -0700
parents b39203a44db2
children f254c302bb9c
comparison
equal deleted inserted replaced
29938:4b25d83d152d 29939:00c69fbf1942
139 is not possible to change the value of the object (such as modifying 139 is not possible to change the value of the object (such as modifying
140 text in an `Edit` box or clicking on a `RadioButton`). 140 text in an `Edit` box or clicking on a `RadioButton`).
141 141
142 - The `"ListBoxTop"` property for `uicontrol` objects has been 142 - The `"ListBoxTop"` property for `uicontrol` objects has been
143 implemented for `set` commands. 143 implemented for `set` commands.
144
145 - The `Title` property for print formats such as PDF or SVG is now set
146 to the title displayed on the figure window which contains the plot.
144 147
145 - Additional properties have been added to the `axes` graphics object: 148 - Additional properties have been added to the `axes` graphics object:
146 * `"alphamap"` (not yet implemented) 149 * `"alphamap"` (not yet implemented)
147 * `"alphascale"` (not yet implemented) 150 * `"alphascale"` (not yet implemented)
148 * `"colorscale"` (not yet implemented) 151 * `"colorscale"` (not yet implemented)