[Scilab-users] plot2d3()

Federico Miyara fmiyara at fceia.unr.edu.ar
Mon Apr 12 07:39:44 CEST 2021


Dear All,

I'm trying to get a plot like this:

where I intend to get a line plot where the lines come from the bottom 
of the plot instead of coming from 0 as is the normal way using plot2d3().

To get this with plot2d3() I had to plot the y axis data + 50 in order 
to make the botom of the plot coincident with 0, and then fake the 
labels using


gca()..y_ticks.labels = 
["-50","-45","-40","-35","-30","-25","-20","-15","-10","-5","0","5","10"]';


To get the circles I had to use plot() with "o" as third argument since 
plot2d3() doesn't accept it.

Is there a more direct way to get such result

Is a there some way of achieving this in a more tative way?

Thanks!

Regards,

Federico Miyara



-- 
El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20210412/f962abd9/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bjohlbeipdpbnclh.png
Type: image/png
Size: 10483 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20210412/f962abd9/attachment.png>


More information about the users mailing list