[Scilab-users] plot2d question

Rafael Guerra jrafaelbguerra at hotmail.com
Mon Jul 4 12:11:23 CEST 2016


It works for me in Scilab 5.5.2 and 6.0.0, the result is shown here:

 
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Offe rPade
Sent: Sunday, July 03, 2016 11:27 PM
To: 'Users mailing list for Scilab' <users at lists.scilab.org>
Subject: Re: [Scilab-users] plot2d question
 
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 <mailto: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/229da91d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 10439 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20160704/229da91d/attachment.png>


More information about the users mailing list