Re: [Scilab-users] Axis break with Scilab

2016-11-24 Thread sgougeon
>De: "Antoine Monmayrant" > >OK, that's what I understood from your last post but saddly it does not work >on my setup with scilab-6.0.0-beta-2. >I tried on two different machines under linux (ubuntu 16.04 64bits) and it >does not work. >I cannot start the zoom box outside of the axis rectangle,

Re: [Scilab-users] ?==?utf-8?q? ?==?utf-8?q? ?= Axis break with Scilab

2016-11-24 Thread Antoine Monmayrant
Le Jeudi, Novembre 24, 2016 19:24 CET, Samuel Gougeon a écrit: > Le 24/11/2016 14:09, Antoine Monmayrant a écrit : > > Le Mercredi, Novembre 23, 2016 17:51 CET, sgoug...@free.fr a écrit: > > > >>> But anyway, with subplots, I haven't found a reliable way to get "zoom > >>> synchronization"

Re: [Scilab-users] ?==?utf-8?q? uman 2.1 is released

2016-11-24 Thread Samuel Gougeon
Le 17/11/2016 14:49, Antoine Monmayrant a écrit : Le Mercredi, Novembre 16, 2016 14:02 CET, Rafael Guerra a écrit: Given its usefulness, shouldn't it be part of the main Scilab distribution, not an add-on? I totally agree with you! I was about to add this precise comment to my previous em

Re: [Scilab-users] CRITICAL BUG on fileExchange <= Re: Changes on ATOMS to post toolboxes for Scilab 6

2016-11-24 Thread Samuel Gougeon
Le 24/11/2016 00:53, Samuel Gougeon a écrit : Le 14/11/2016 13:27, farialima a écrit : .../... Hope to soon get FileExchange working again. Please tell me if anything more is broken in that area... . WARNING: When updating the description of version 2.0 of https://fileexchange.scilab.org/toolbo

Re: [Scilab-users] ?= Axis break with Scilab

2016-11-24 Thread Samuel Gougeon
Le 24/11/2016 14:09, Antoine Monmayrant a écrit : Le Mercredi, Novembre 23, 2016 17:51 CET, sgoug...@free.fr a écrit: But anyway, with subplots, I haven't found a reliable way to get "zoom synchronization" across several subplots... This feature was broken since Scilab 5.4.0, but is repair

Re: [Scilab-users] grayplot - colorbar

2016-11-24 Thread Rafael Guerra
Wolfgang, One last detail, one should center the axis ticks and labels at the center of the matrix cells. Minor editing of previous code produces better Matplot1 figure as in attachment. Regards, Rafael Matplot1_drawaxis.pdf Description: Matplot1_drawaxis.pdf _

Re: [Scilab-users] grayplot - colorbar

2016-11-24 Thread Rafael Guerra
Hello Wolfgang, The same message as Antoine, but in other words: According to the help file, in Matplot1(M,rect), the values of int(M) are used as entries in the current colormap. If the colormap indices run from 1 to Nc and M has values from z1 to z2, then in order to use the full color scale w

Re: [Scilab-users] ?==?utf-8?q? grayplot - colorbar

2016-11-24 Thread Antoine Monmayrant
Le Jeudi, Novembre 24, 2016 13:01 CET, SCHULZ Wolfgang a écrit: > Hi Rafael, > wow - thanks a lot. This is exactly what I need. > Thanks also to Samuel for his answer. > > For my understanding: I do not understand why you have to scale the matrix > and also how to scale. Could you explain wh

Re: [Scilab-users] ?==?utf-8?q? grayplot - colorbar

2016-11-24 Thread Antoine Monmayrant
Le Mercredi, Novembre 23, 2016 18:06 CET, Rafael Guerra a écrit: > Hi Wolfgang, > > Please check the code below using Matplot1() function. > It was not easy to write proper code, as the help file is relatively poor for > the Matplot1 function. He, he, your turn to write a bug report, no? ;

Re: [Scilab-users] ?==?utf-8?q? ?==?utf-8?q? ?= Axis break with Scilab

2016-11-24 Thread Antoine Monmayrant
Le Mercredi, Novembre 23, 2016 17:51 CET, sgoug...@free.fr a écrit: > >But anyway, with subplots, I haven't found a reliable way to get "zoom > >synchronization" across several subplots... > > This feature was broken since Scilab 5.4.0, but is repaired in Scilab 6.0-b: > the zoom box can aga

Re: [Scilab-users] Scilab 6.0 Beta 2 - Load/save bug

2016-11-24 Thread Clément David
Just to close the thread, there is bug reports on that: "loading a SOD Scilab v6 file in Scilab 5" http://bugzilla.scilab.org/show_bug.cgi?id=14745 "V6 crashes when trying to load() a file saved with save() in 5.3.3" http://bugzilla.scilab.org/sho w_bug.cgi?id=14840 -- Clément Le lundi 14 nov

Re: [Scilab-users] grayplot - colorbar

2016-11-24 Thread SCHULZ Wolfgang
Hi Rafael, wow - thanks a lot. This is exactly what I need. Thanks also to Samuel for his answer. For my understanding: I do not understand why you have to scale the matrix and also how to scale. Could you explain what you are doing? Mcol = 1+(Nc-1)*(M-z1)/(z2-z1); // scale data to colors indexes