<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 08.02.2016 11:47,
<a class="moz-txt-link-abbreviated" href="mailto:antoine.monmayrant@laas.fr">antoine.monmayrant@laas.fr</a> wrote:<br>
</div>
<blockquote cite="mid:56B87251.7040903@laas.fr" type="cite">Hi
everyone,
<br>
<br>
I just failed at placing an image behind a plot.
<br>
I thought that would be easy:
<br>
- create a figure
<br>
- create an image uicontrol
<br>
- create an axis
<br>
- plot in the axis
<br>
- set axis.filled="off"
<br>
<br>
Apparently I was wrong.
<br>
I did not find a way to overlap a plot with transparent background
over my image.
<br>
It seems that the image is always above the plot no matter what
order the uicontrol/axes where created.
<br>
I also tried to put both of them inside the same frame, but I did
not work either.
<br>
<br>
Any idea?
<br>
<br>
<br>
</blockquote>
<br>
<small><small>ShowImage(im,'J2');</small></small><br>
<pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><span style="color:rgb(0,0,0);">b=newaxes();
b.filled = "off";
plot(a)
</span><span style="color:rgb(0,0,0);"></span></pre>
JÅ<br>
<blockquote cite="mid:56B87251.7040903@laas.fr" type="cite">_______________________________________________
<br>
users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
<br>
<br>
</blockquote>
<br>
</body>
</html>