[Scilab-users] ?==?utf-8?q? Put an image as the background of an axis

Antoine Monmayrant amonmayr at laas.fr
Tue Feb 9 08:01:02 CET 2016


 
Le Lundi 8 Février 2016 17:49 CET, Jan Åge Langeland <j-lan at online.no> a écrit: 
 
> 
> 
> 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');

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)
> 
>> > _______________________________________________
> > users mailing list
> > users at lists.scilab.org
> > http://lists.scilab.org/mailman/listinfo/users
> >
> 
 
 
 
 





More information about the users mailing list