Mercurial > repos > public > sbplib
view +draw/point.m @ 592:4422c4476650 feature/utux2D
Merge with feature/grids
author | Martin Almquist <martin.almquist@it.uu.se> |
---|---|
date | Mon, 11 Sep 2017 14:17:15 +0200 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
function l = point(p) l = line(p(1,:),p(2,:)); l.LineStyle = 'none'; l.Marker = '.'; end