<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hello Stefan,<br>
<br>
To do this, you may<br>
a) cancel drawing the default axis of the related axes, using the
gca().axes_visible property<br>
b) replace it using drawaxis(..) to draw an extra axis. It can be
drawn in a margin of the related axes. This works only for a
linear axis. extra log axis is not supported.<br>
<br>
A simple example:<br>
<font face="Courier New, Courier, monospace">plot2d()<br>
a = gca();<br>
a.axes_visible(2)="off";<br>
drawaxis(tics="r",x=6.7,y=[-2, 2, 8], dir="r",
sub_int=5,format_n="%g")<br>
</font><br>
<img src="cid:part1.07050408.04090505@free.fr" alt="" width="320"
height="236"><br>
<br>
You may also have to tune the margin(s), using the gca().margins
property. If so, for axes superimposed with newaxes(..), the
margin of all superimposed axes will have to be adjusted in the
same way.<br>
<br>
HTH<br>
Regards<br>
Samuel<br>
<br>
Le 22/08/2014 08:56, <a class="moz-txt-link-abbreviated" href="mailto:stefan.rau@conducta.endress.com">stefan.rau@conducta.endress.com</a> a écrit :<br>
</div>
<blockquote
cite="mid:OFC4DC5287.B77F5EC1-ONC1257D3C.00256A01-C1257D3C.00261990@endress.com"
type="cite">
<p><font size="3" face="serif">Hello, I want to plot several
curves.</font><font size="3" face="serif"> </font><br>
<br>
<font size="3" face="serif">The result should look like </font><br>
<br>
<font size="3" face="serif">Hallo, ich muss mehrere Kurven in
einem Diagramm darstellen. </font><br>
<br>
<font size="3" face="serif">Es soll so aussehen: </font><font
size="3" face="serif"> </font><br>
<br>
<a moz-do-not-send="true"
href="http://www.mathworks.com/matlabcentral/fileexchange/screenshots/43/original.jpg"><font
size="3" face="serif" color="#0000ff"><u>http://www.mathworks.com/matlabcentral/fileexchange/screenshots/43/original.jpg</u></font></a><font
size="3" face="serif"> </font><br>
<br>
<font size="3" face="serif">Are there any possibility in SciLab
to plot the axis like in the picture?</font><font size="3"
face="serif"> </font><br>
<br>
<font size="3" face="serif">I have only found (in the demo_gui()
plotyyy) the options left/middle/right for the location of the
axis in the plot2d() function.</font><font size="3"
face="serif"> </font><br>
<br>
<font size="3" face="serif">But if I have 2 axis on the right,
there is one above the other....so its senseless.</font><font
size="3" face="serif"> </font><br>
<br>
<font size="3" face="serif">Are there any solution for that?</font><br>
<br>
<font size="3" face="serif">Thank you....regards Stefan</font><font
size="3" face="serif"> </font><br>
<br>
<font size="3" face="serif"> </font><br>
<font size="2" face="Courier">_________________________________________________________________________</font><br>
<br>
<font size="2" face="Courier">Endress+Hauser Conducta GmbH+Co.KG</font><br>
<font size="2" face="Courier">Amtsgericht Stuttgart HRA 201908</font><br>
<font size="2" face="Courier">Sitz der Gesellschaft: Gerlingen</font><br>
<font size="2" face="Courier">Persönlich haftende
Gesellschafterin:</font><br>
<font size="2" face="Courier">Endress+Hauser Conducta</font><br>
<font size="2" face="Courier">Verwaltungsgesellschaft mbH</font><br>
<font size="2" face="Courier">Sitz der Gesellschaft: Gerlingen</font><br>
<font size="2" face="Courier">Amtsgericht Stuttgart HRA 201929</font><br>
<font size="2" face="Courier">Geschäftsführer: Dr. Manfred
Jagiella</font><br>
<font size="2" face="Courier">__________________________________________________________________________</font><br>
<br>
<font size="2" face="Courier">Disclaimer:</font><br>
<br>
<font size="2" face="Courier">The information transmitted is
intended only for the person or entity to</font><br>
<font size="2" face="Courier">which it is addressed and may
contain confidential and/or privileged</font><br>
<font size="2" face="Courier">material. Any review,
retransmission, dissemination or other use of, or</font><br>
<font size="2" face="Courier">taking of any action in reliance
upon, this information by persons or</font><br>
<font size="2" face="Courier">entities other than the intended
recipient is prohibited. If you receive</font><br>
<font size="2" face="Courier">this in error, please contact the
sender and delete the material from any</font><br>
<font size="2" face="Courier">computer.</font><br>
<br>
<font size="2" face="Courier">__________________________________________________________________________</font><br>
<br>
<font size="2" face="Courier"><a moz-do-not-send="true"
href="http://www.conducta.endress.com/">http://www.conducta.endress.com/</a></font>
<br>
</p>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>