-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plot3: Draw marker when only a single point is plotted.
Although this is not Matlab-compatible, it is very confusing to issue a plot command and have nothing drawn. Octave had already made the choice for the 2-D plot command to draw a marker for a single point so now the 2-D and 3-D cases behave the same. * NEWS.10.md: Announce change in Graphics Backend section. * plot3.m: Check input data for being a single point and set 'marker' to '.' and 'linestyle' to '-'.
- Loading branch information
Rik
committed
Oct 15, 2024
1 parent
8edac10
commit 510c381
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters