qmark(xx, yy) draws marks at the given location in data space. See also qmarker and qpmark.
qfigure('qmark', 3, 3);
qmarker o solid
qmark([1:5],cos([1:5]));