Mercurial > repos > public > sbplib
view +draw/point.m @ 178:77e9f0a85862 feature/grids
Removed some grid information from Scheme.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 29 Feb 2016 14:56:51 +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