Le Lundi 8 Février 2016 17:49 CET, Jan Åge Langeland <[email protected]> a écrit: > > > 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');
Well, ShowImage comes from an atom module and is not part of Scilab. Saddly, none of the image processing toolboxes work on my machine. I even filled some bug reports on forge, but it did not trigger any reaction from the developpers. Thanks anyway for your proposition, Antoine > > 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
