comparison etc/NEWS.8.md @ 31213:bc385e42e09a

NEWS.8.md: Announce new legend property "itemhitfcn" * NEWS.8.md: Announce new legend property "itemhitfcn".
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Mon, 29 Aug 2022 18:36:17 +0200
parents 6203e303c5ac
children bf8f33249e86
comparison
equal deleted inserted replaced
31212:55415fa6a20f 31213:bc385e42e09a
28 ### Graphics backend 28 ### Graphics backend
29 29
30 - Additional properties have been added to the `figure` graphics object: 30 - Additional properties have been added to the `figure` graphics object:
31 * `"innerposition"` (equivalent to `"position"`) 31 * `"innerposition"` (equivalent to `"position"`)
32 * `"windowstate"` (not yet implemented) 32 * `"windowstate"` (not yet implemented)
33
34 - Legend now features a new property `"itemhitfcn"`, allowing the execution of a
35 callback function when a legend item is clicked.
33 36
34 ### Matlab compatibility 37 ### Matlab compatibility
35 38
36 - `inline` functions now support all Matlab methods. The performance 39 - `inline` functions now support all Matlab methods. The performance
37 of `inline` functions has also been improved. 40 of `inline` functions has also been improved.