diff etc/NEWS.10.md @ 33461:2f5a875246ae

view.m: Move input validation to avoid creating figure on error (bug #65641) * view.m: Move check for simultaneous viewpoint get and set ahead of axes object creation. * NEWS.10.md: note change to view under Graphics backend section.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Thu, 25 Apr 2024 11:54:24 -0400
parents 2a0cdc52220b
children 7594fda4aab4
line wrap: on
line diff
--- a/etc/NEWS.10.md	Thu Apr 25 11:41:04 2024 -0400
+++ b/etc/NEWS.10.md	Thu Apr 25 11:54:24 2024 -0400
@@ -38,6 +38,8 @@
 to 'rtick' by the function `rticks` will only include the center tick mark
 value if it is specified.
 
+- `view` correctly interprets cartesion viewpoints on main axes. (bug #65641)
+
 ### Matlab compatibility
 
 - `height` and `width` are now aliases for the `rows` and `columns` functions.