Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 296 Bytes

includeZero

Include the [0 0] coordinates in a plot.

Usage

includeZero() makes sure the plot will always show [0 0] by plotting an invisible point.
h = includeZero() returns the handle to the invisible point.
includeZero(x, y) overrules the coordinates for the invisible point.