getmark - dialog to select mark (symbol)
getmark opens a graphic window to select a mark (symbol).
x=0:0.1:10;
set("figure_style","new")
[mark,mrkSize]=getmark();
plot2d(x,sin(x),style=-mark);
clf();
plot2d(x,sin(x))
e=gce(); // store the agregation containing the plot
[mark,mrkSize]=getmark();
e.children(1).mark_style = mark;
, getfont , getlinestyle ,