Makie vlines ymin/ymax

vlines([1,2,3,4,5]; ymin=0, ymax=1)

Why does it go from 0 to 10 instead of 0 to 1?

The values are in fractions of the axis height.