Re: [Scilab-users] Function "locate" for 3d graphs

2018-07-20 Thread Samuel Gougeon
Le 20/07/2018 à 12:20, Izabela Wójcik-Grząba a écrit : As Samuel GOUGEON suggested I reported a wish to upgrede function locate for 3d graphs on Bugzilla: https://bugzilla.scilab.org/show_bug.cgi?id=15674 This could be implemented for Scilab 6.1 after the commit fixing locate() in 2D, pendin

Re: [Scilab-users] Function "locate" for 3d graphs

2018-07-20 Thread Izabela Wójcik-Grząba
As Samuel GOUGEON suggested I reported a wish to upgrede function locate for 3d graphs on Bugzilla: https://bugzilla.scilab.org/show_bug.cgi?id=15674 Iza ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Function "locate" for 3d graphs

2018-07-19 Thread Izabela Wójcik-Grząba
Hi Rafael, Thank you very much. This code is great, but I don't know how to use datatipManagerMode when my param3d plot is in the frame inside the graphic window. It seems that it's not working in such situation. Regards, Iza ___ users mailing list

Re: [Scilab-users] Function "locate" for 3d graphs

2018-06-17 Thread Rafael Guerra
Hi Iza, Not sure if this is what you need but I wrote the following code you can try on: // START OF CODE //From param3d datatips to data vector clear clf param3d() datatipManagerMode(gcf()) // Edit --> Start Datatip manager --> Stop Datatip manager input("ENTER to continue after stopping datat

Re: [Scilab-users] Function "locate" for 3d graphs

2018-06-15 Thread Samuel Gougeon
Hello Izabela, locate() is being fixed against 3 bugs in 2D @ https://codereview.scilab.org/#/c/20018/ But beyond this, you are right, it could deserve to be upgraded in order to become usable in 3D. Please do not hesitate to post a report for this wish, on bugzilla. The interactive java curv

Re: [Scilab-users] Function "locate" for 3d graphs

2018-06-14 Thread Stéphane Mottelet
Hello, Your 3D graphics is projected on 2D. How could you get points in 3D ? S. > Le 15 juin 2018 à 04:12, André FS a écrit : > > Hi Iza, > > What if you use the linear_interpn [1]? > > [1] https://help.scilab.org/doc/5.3.3/en_US/linear_interpn.html > > Regards, > > André > >> Em qui, 14

Re: [Scilab-users] Function "locate" for 3d graphs

2018-06-14 Thread André FS
Hi Iza, What if you use the linear_interpn [1]? [1] https://help.scilab.org/doc/5.3.3/en_US/linear_interpn.html Regards, André Em qui, 14 de jun de 2018 às 08:30, Izabela Wójcik-Grząba escreveu: > Hello, > > I've got another question. Is there a function like "locate" but > appropriate for p