help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dropbox


From: Tarmo Tapio
Subject: Re: dropbox
Date: Mon, 22 Oct 2018 15:00:31 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi again.

This ('linewidth',2) only makes line visible. Bigger problem is ploting at win10 computers. Test it.

p=0.9*exp(j*pi/10);
a=poly([p conj(p)]);
b=[1 0 0];
theta=0:pi/100:2*pi;
c=1*exp(j*theta);
plot(real(c),imag(c),'linewidth',2);
set(gca, 'PlotBoxAspectRatio',[1 1 1]);
zvals=roots(b);
pvals=roots(a);
hold on
plot (real(pvals), imag(pvals),'x','linewidth',2);
plot (real(zvals), imag(zvals),'o','linewidth',2);

BR Tarmo


Kai Torben Ohlhus kirjoitti 22.10.2018 klo 13.29:


On Mon, Oct 22, 2018 at 11:57 AM Tarmo Tapio <address@hidden> wrote:

Hi

I suppose you know that Octave's plot function do not work correctly at win10 OS but works correctly at Linux xubuntu OS. However I have to add ('linewidth',2) every plot command. Are there comming corrections? I hope you answer me :)

BR Tarmo


Can you provide a short code, that demonstrates your plotting issue and the same code where you use ('linewidth',2) to show us the difference you expect?

Thanks,
Kai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]