getlinestyle - dialog to select linestyle
getlinestyle opens a graphic window to select a line style.
set("figure_style","new") x=0:0.1:10; plot2d(x,sin(x)) e=gce(); // store the Compound containing the plot e.children(1).line_style = getlinestyle();
getmark ,