[Scilab-users] 2016-06.29 - Loss of Annotation coordinates on connector in a SuperBlock using Xcos 5.2.2 x64 w10.

2016-06-29 Thread Perrichon
Hello, Loss of Annotation on connector in a SuperBlock using Xcos 5.5.2 x64 w10. Annotation of a connector between 2 boxes is lost. In the original shema written with scilab 5.5.2 x64 w10, we draw 4 components. For each component, we edit an annotation : "Generator", "Link1", Real Time

[Scilab-users] 2016.06.29 - Diagrams shifting error using Xcos 5.2.2 x64 w10

2016-06-29 Thread Perrichon
Dear, Diagrams shifting error using Xcos 5.2.2 x64 w10. Annotation of a connector between 2 boxes don't follow the movment and stay in place. In the original shema written with scilab 5.5.2 x64 w10, we draw 4 components. For each component, we edit an annotation : "Generator", "Link1",

[Scilab-users] 2016.06.29 - Annotations are not properly laid or lost in Xcos templates from Scilab 5.5.2 to Scilab 6.0.0 x64 w10

2016-06-29 Thread Perrichon
Hello, Annotations are not properly laid or lost in Xcos templates from Scilab 5.5.2 to Scilab 6.0.0 x64 w10 In the original shema written with scilab 5.5.2 x64 w10, we draw 4 components. For each component, we edit an annotation : "Generator", "Link1", Real Time Clock", "Numeric scop

Re: [Scilab-users] color question

2016-06-29 Thread Offe rPade
Thanks, Uigetcolor() works nicely From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of Samuel Gougeon Sent: Wednesday, June 29, 2016 12:10 PM To: Users mailing list for Scilab Subject: Re: [Scilab-users] color question Le 29/06/2016 09:40, Offe rPade a écrit : I am using “g

Re: [Scilab-users] color question

2016-06-29 Thread Offe rPade
Hi Philippe Thanks! Offer -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of philippe Sent: Wednesday, June 29, 2016 12:09 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] color question Hi, Le 29/06/2016 09:40, Offe rPade a écrit : > I am using

[Scilab-users] replacing sed command by regexp ?

2016-06-29 Thread philippe
Hi to all, I need to remove some "%" characters from help files that are generated with help_from_sci. The functions names start with "%" because these are overloading functions , and I need to remove thoses "%" from xml ids in the help files (help files names are already changed). To do this I

Re: [Scilab-users] color question

2016-06-29 Thread Samuel Gougeon
Le 29/06/2016 09:40, Offe rPade a écrit : I am using “getcolor”. But I do not know how to get rgb from the color id. Is it possible? with f = gcf(); rgb = f.color_map(cid,:) // or with Scilab 6, directly rgb = gcf().color_map(cid,:) You may use as well uigetcolor(): https://help.scilab.org/d

Re: [Scilab-users] color question

2016-06-29 Thread philippe
Hi, Le 29/06/2016 09:40, Offe rPade a écrit : > I am using "getcolor". But I do not know how to get rgb from the color id. > > Is it possible? If you're searching for rgb levels of colors you should use uigetcolor() instead of getcolor(). You can also have a look to functions "name2rgb" and "r

[Scilab-users] color question

2016-06-29 Thread Offe rPade
I am using "getcolor". But I do not know how to get rgb from the color id. Is it possible? ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users