changeset 32528:c823e7c9772b stable

NEWS.9.md: Use same list item in section "Graphics backend" as in other sections. * etc/NEWS.9.md: Use same list item in section "Graphics backend" as in other sections.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 04 Dec 2023 09:48:51 +0100
parents f1eb72c966a1
children 2fbfc4490921 23b20195a0a4
files etc/NEWS.9.md
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Mon Dec 04 09:46:34 2023 +0100
+++ b/etc/NEWS.9.md	Mon Dec 04 09:48:51 2023 +0100
@@ -59,19 +59,19 @@
 
 ### Graphics backend
 
-* The FLTK backend is not maintained and its use is discouraged.  The
+- The FLTK backend is not maintained and its use is discouraged.  The
   recommended backend is qt.  Enabling the fltk backend with `graphics_toolkit
   fltk` now emits a warning.
 
-* The `set` function now accepts any combination of name/value pairs, cell
+- The `set` function now accepts any combination of name/value pairs, cell
   array of names / cell array of values, or property structures.  This change
   is Matlab compatible.
 
-* When the `hold` function is used without arguments to toggle the current
+- When the `hold` function is used without arguments to toggle the current
   state, the resulting value is now displayed in the Command Window for
   informational purposes.
 
-* The axes graphics property "TickDir" now accepts the option "none", which
+- The axes graphics property "TickDir" now accepts the option "none", which
   will not draw tick marks but will still draw tick labels.
 
 ### Matlab compatibility