Re: [Scilab-users] interp_color_vector

2015-06-08 Thread Adelson Oliveira
Thanks for the answer,

I intend to plot a curve that changes its color. Following your code I've
tried,

clfdrawlaterf = gcf();Nc = 100;  // Number of colors usedf.color_map =
jetcolormap(Nc);

x=[0:0.1:4*%pi];

y=sin(x);

plot2d(x,y,axesflag=0)


e = gce();e.fill_mode = on; // the background must be
fillede.interp_color_vector = [Nc Nc 1 1]; // defines distibution of
graded colorse.interp_color_mode = on;  // actives graded
colorsdrawnow

And got errors like,

... the property 'fill_mode' or 'data' does not exist for this
handler ... (a tranlation from portuguese)

Is it possible to have a curve changing color as it proceeds?

Thanks again


2015-06-07 23:43 GMT-03:00 Samuel Gougeon sgoug...@free.fr:

  Le 07/06/2015 16:26, Adelson a écrit :

 Could someone please post here a simple and clear example of plotting a curve
 using a specific interp_color_vector?

  Here it is:

 clfdrawlaterf = gcf();Nc = 100;  // Number of colors usedf.color_map = 
 jetcolormap(Nc);x = [0 0.6  1 0.2];y = [0 0.4  1 0.7];xpoly(x,y, lines,1)e 
 = gce();e.fill_mode = on; // the background must be 
 fillede.interp_color_vector = [Nc Nc 1 1]; // defines distibution of graded 
 colorse.interp_color_mode = on;  // actives graded colorsdrawnow


 The result of a more elaborated example (could be added as a demo) :



 ___
 users mailing list
 users@lists.scilab.org
 http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Questions about handling cursor from Scilab

2015-06-08 Thread Serge Steer
Hello,

Does anyone knows how to

  * modify the pointeur coordinates into a Scilab graphic window with
Scilab instruction?
  * modify the pointeur icon with Scilab instruction?

Thanks

Serge Steer



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] mget 64 32 bit

2015-06-08 Thread Herve B.
I used Scilab 5.3.3 to open digital data format lb using the mget. But I
can not open them with Scilab 5.5.2. There was apparently made changes of
this function has to be compatible with 64-bit data but I do not understand
how to fix it and open my data seems to be 32 bit.
thank you
Hervé



--
View this message in context: 
http://mailinglists.scilab.org/mget-64-32-bit-tp4032379.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Re : for-loop does't work

2015-06-08 Thread Dang, Christophe
Hello,

 De : fujimoto2005
 Envoyé : samedi 6 juin 2015 00:50

 The scinote is difficult for me to see whethe IME mode is on or off.

Maybe you could report a bug in Bugzilla to ask such an improvement

http://bugzilla.scilab.org/

Regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error), please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users