>
>
> On Wed, 28 Jul 2021, 09:05 Samuel Enibe, wrote:
>
> Thank you very much Denis and Christopher. I have tried it with the
> newaxes command and filled = "off" and it worked.
>
>
>
> Thank you very much and God bless you.
>
>
>
>
>
> On Tue, 27 J
: [Scilab-users] Plot Graphs on Different Axes
How can I add legends to the graphics, I tried something like legend (["A";
"B"])
Only the first entry is accepted while the second one is left out.
On Wed, 28 Jul 2021, 09:05 Samuel Enibe,
mailto:samuel.en...@unn.edu.ng>>
>> plot2d(x1',y1')
>> a=newaxes();
>> plot2d(x2',y2')
>> a.x_location="top";
>> a.y_location="right";
>> a.filled="off";
>>
>>
>>
>> HTH
>>
>> Denis
>>
>>
>>
>> *De
;
> plot2d(x1',y1')
> a=newaxes();
> plot2d(x2',y2')
> a.x_location="top";
> a.y_location="right";
> a.filled="off";
>
>
>
> HTH
>
> Denis
>
>
>
> *De :* users *De la part de* Samuel Enibe
> *Envoyé :* m
iling list for Scilab
Objet : [Scilab-users] Plot Graphs on Different Axes
I have the following sets of data:
x1 = [0 10 20 30 40 50 60 70 80 90];
y1 = [12.27 12.09 11.5310.639.4 7.896.144.22.13
0];
x2 = [2 1.5 10.5 0-0.5-1-1.5-2];
y2 =
Hello Samuel
> De : De la part de Samuel Enibe
> Envoyé : mardi 27 juillet 2021 17:17
>
> I want to plot y1 with x1 (Graph 1) on Bottom x-axis and left y-axis and y2
> with x2 (Graph 2) on Top x-axis and Right y-axis.
I'm not sure what you want to do but you may try something like this:
a1 = n
I have the following sets of data:
x1 = [0 10 20 30 40 50 60 70 80 90];
y1 = [12.27 12.09 11.5310.639.4 7.896.144.2
2.13 0];
x2 = [2 1.5 10.5 0-0.5-1-1.5-2];
y2 = [4.42 6.01 7.85 9.94 12.27 14.85 17.67 20.74 24.05];
I want to