diff etc/NEWS.9.md @ 32084:7dcb6b4a4218

quiver: Marker & arrowhead name/value property style consistency (bug #64134) * __quiver__.m: Add have_line_spec check after applying any name-value properties to maintain arrowhead display status. * __quiver__.m (update_plot): Add linewidth property to base marker object set call. * quiver.m: Add BIST to ensure marker properties are updated correctly. Remove unnecessary strcmp from other BIST assert calls. * etc/NEWS.9.md: Update description of changes to quiver note under General Improvements.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 08 May 2023 11:49:41 -0400
parents 03fe0b635d2e
children 10daf5ce7f28
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sun May 07 18:15:23 2023 +0200
+++ b/etc/NEWS.9.md	Mon May 08 11:49:41 2023 -0400
@@ -20,12 +20,15 @@
 backward compatibility, except that non-integer inputs will no longer error.
 
 - `quiver` and `quiver3` now properly plot non-float numeric inputs by
-internally recasting them to 'double' (bug #59695).  Scaling factor input
-processing is improved, with both functions honoring a previously ignored
-scaling factor input when there is only a single arrow (bug #39552), and
-`quiver3` no longer producing an error when a scaling factor is input
-without x and y inputs. Both functions now also accept a scale factor of
-"off" which is equivalent to setting it to 0.
+internally recasting them to 'double' (bug #59695).  Both functions now
+honor a previously ignored scaling factor input when there is only a
+single arrow (bug #39552), and `quiver3` no longer produces an error when a
+scaling factor is input without x and y inputs. Both functions now also
+accept a scale factor of "off" which is equivalent to setting it to 0.
+When a linestyle with a base marker is set suppressing arrowhead display,
+subsequent name-value property pairs in the quiver/quiver3 function call
+will no longer turn arrowhead display back on (bug #64143).  The linewdith
+property now also affect the line width of the base marker.
 
 - The `inputParser` function has been re-architected for a 60% performance
 improvement.