Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-23 Thread Samuel Gougeon
Le 23/02/2013 13:18, Samuel Gougeon a écrit : Here is a simpler, working and likely more robust sample: Strange bug when copying/pasting from Scinotes... Here is the right sample (double checked ;): clf nc = 40; names_legend = 'legend_'+string(1:nc); nc1 = ceil(nc/2); //nc is the

Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-23 Thread Samuel Gougeon
Le 23/02/2013 13:24, Samuel Gougeon a écrit : Le 23/02/2013 13:18, Samuel Gougeon a écrit : Here is a simpler, working and likely more robust sample: Strange bug when copying/pasting from Scinotes... Here is the right sample (double checked ;): .../... // Display 2nd block

Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-23 Thread Samuel Gougeon
Le 23/02/2013 01:54, CRETE Denis a crit: .../... I do not understand why it is not equivalent to refer to f1.children(1) or to refer to a1 ... Thank you for your help. Denis The following automatically splits nL legends if blocks of Lpc lines (if

Re: [Scilab-users] Plots on second Y axis

2013-02-23 Thread Samuel Enibe
Thanks, Spougeon. This has partly solved the problem. Suppose I have two plots on the same graph, one is to use the left Y-axis, while the second is to use the right Y-axis. How should I handle it with gca() or any other command? Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On

Re: [Scilab-users] Plots on second Y axis

2013-02-23 Thread Stefan Du Rietz
http://help.scilab.org/docs/5.4.0/en_US/drawaxis.html /Stefan On 2013-02-23 22:19, Samuel Enibe wrote: Thanks, Spougeon. This has partly solved the problem. Suppose I have two plots on the same graph, one is to use the left Y-axis, while the second is to use the right Y-axis. How should I

Re: [Scilab-users] Plots on second Y axis

2013-02-23 Thread Stefan Du Rietz
Hi Samuel. you can have different y_tick.labels on the left and right y axes and multiply the y-data of the line with the right y axis with a factor. In your case the left y axis could have y_tick.labels from -1 to +1 and the right y axis from -2 to +2. But because both lines are drawn in the