[Scilab-users] plot2d question

Offe rPade oferpade at 013net.net
Sun Jul 3 23:26:59 CEST 2016


Sorry Rafael

It did not work.

Thanks anyway

 

From: users [mailto:users-bounces at lists.scilab.org] 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: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/20160704/e3e70e9e/attachment.htm>


More information about the users mailing list