Sorry Rafael

It did not work.

Thanks anyway

 

From: users [mailto:[email protected]] On Behalf Of Rafael
Guerra
Sent: Sunday, July 03, 2016 9:24 PM
To: 'Users mailing list for Scilab'
Subject: Re: [Scilab-users] plot2d question

 

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:[email protected]] On Behalf Of Offe rPade
Sent: Sunday, July 03, 2016 5:58 PM
To: [email protected]
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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to