Include the [0 0] coordinates in a plot.
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.