Mercurial > repos > public > sbplib
view +draw/point.m @ 156:095cdd472688 feature/grids
Changed name from Mapped to Curvilinear.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 18 Feb 2016 17:19:17 +0100 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
function l = point(p) l = line(p(1,:),p(2,:)); l.LineStyle = 'none'; l.Marker = '.'; end