I have got the gnuplots to thicken by using commands to increase line width and marker size.
set (findall (gcf, "-property", "linewidth"), "linewidth", 2) set (findall (gcf, "-property", "markersize"), "markersize",12) plot(X,y,'rs',"markersize",12) plot(X1,y1,'m*',"markersize",12) plot (X2,y2,'g+',"markersize",12) plot(X3,y3,'bd',"markersize",12) This gives me thicker plots. Regards, Asha G -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
