changeset 28323:8245b890b6b0

NEWS: Announce new properties for axes graphics object (bug #58336). * NEWS: Announce that additional properties have been added to axes graphics objects.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 18 May 2020 18:14:24 +0200
parents db86874f8a6f
children bb47f604dfea
files NEWS
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon May 18 13:48:42 2020 -0400
+++ b/NEWS	Mon May 18 18:14:24 2020 +0200
@@ -73,6 +73,27 @@
 - The function `saveas` now defaults to saving in Octave figure format
 (.ofig) rather than PDF (.pdf).
 
+- The additional property "contextmenu" has been added to all graphics
+objects.  It is equivalent to the previously used "uicontextmenu"
+property which is hidden now.
+
+- Additional properties have been added for the `axes` graphics object:
+    * "alphamap" (not yet implemented)
+    * "alphascale" (not yet implemented)
+    * "colorscale" (not yet implemented)
+    * "fontsizemode" (not yet implemented)
+    * "innerposition" (equivalent to "position")
+    * "interactions" (not yet implemented)
+    * "layout" (not yet implemented)
+    * "legend" (not yet implemented)
+    * "nextseriesindex" (read-only, used by `scatter` graphics objects)
+    * "positionconstraint" (replacement for "activepositionproperty"
+      which is now a hidden property. No plans for removal.)
+    * "toolbar" (not yet implemented)
+    * "xaxis" (not yet implemented)
+    * "yaxis" (not yet implemented)
+    * "zaxis" (not yet implemented)
+
 ### Alphabetical list of new functions added in Octave 7
 
 * `endsWith`