I am attaching this in this subject as plotting is important to creating
presentations.
I have now discovered another command which can help get .pdf files
directly from octave without having to go through the epstopdf conversion.
plot(X,y,'rs',"markersize",8, "linewidth", 5)
plot(X1,y1,'m*',"markersize",8,"linewidth",5)
plot (X2,y2,'g+',"markersize",8,"linewidth",5)
plot(X3,y3,'bd',"markersize",8,"linewidht",5)
xlabel('X')
ylabel('VV')
legend ("on")
legend ('rs==parent',' m*==branch1','g+ == branch2','bd == analytical' )
title('branched, lb1>lb2, db1=db2')
print plot1.pdf
It works beautifully.
Asha
--
"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