[Scilab-users] plot2d question

Rafael Guerra jrafaelbguerra at hotmail.com
Sun Jul 3 20:23:31 CEST 2016


Offer,
 
Would this be ok:
 
    x=(1:10)'; y=log(x); plot2d([x x],[y y],[1,-5],logflag='ln')
 
Regards,
Rafael
 
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Offe rPade
Sent: Sunday, July 03, 2016 5:58 PM
To: users at lists.scilab.org
Subject: [Scilab-users] plot2d question
 
I could not use plot for drawing a semilog graph. So I am using plot2d, but if I
want the curve to have both linestyle and markers, I have to draw the curve
Twice, like: 
Plot2d(x,y,1,logflag='ln') for the line
And then:
Plot2d(x,y,-5,logflag='ln') for the markers.
It is very cumbersome.
Does anyone know a simple way to do it?
 
Offer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160703/ec479240/attachment.htm>


More information about the users mailing list