On 08.02.2016 11:47, [email protected] 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
[email protected]
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to