[Scilab-users] Put an image as the background of an axis

Jan Åge Langeland j-lan at online.no
Mon Feb 8 17:49:08 CET 2016



On 08.02.2016 11:47, antoine.monmayrant at laas.fr wrote:
> Hi everyone,
>
> I just failed at placing an image behind a plot.
> I thought that would be easy:
>     - create a figure
>     - create an image uicontrol
>     - create an axis
>     - plot in the axis
>     - set axis.filled="off"
>
> Apparently I was wrong.
> I did not find a way to overlap a plot with transparent background 
> over my image.
> It seems that the image is always above the plot no matter what order 
> the uicontrol/axes where created.
> I also tried to put both of them inside the same frame, but I did not 
> work either.
>
> Any idea?
>
>

ShowImage(im,'J2');

b=newaxes(); b.filled = "off";  plot(a)

JÅ
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160208/8f446cf8/attachment.htm>


More information about the users mailing list