Re: [Scilab-users] overlay data onto image

2016-12-07 Thread Rafael Guerra
Hi Philipp, For that type of problem, the solution I prefer is to use the following Scilab functions: - Sgrayplot: to plot the image - plot2d: to plot symbols over the spots (your cavities) to be labelled - xstring: to display the labels (your pressure points)

Re: [Scilab-users] ?==?utf-8?q? overlay data onto image

2016-12-07 Thread Antoine Monmayrant
Hi Philipp, I sounds like a plan to me, I think I would do the same. Alternatively, you can plot the image inside a uicontrol, as a regular image, not a matrix and then overlay your data. But this alternative method would be less convenient, as it's unclear to me how you could reliably