help-octave
[Top][All Lists]
Advanced

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

Re: linewidth in polar graph


From: Andreas Weber
Subject: Re: linewidth in polar graph
Date: Mon, 11 May 2020 13:29:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Am 11.05.20 um 12:44 schrieb Andreas Weber:
> polar (theta, r);
> set (gca, "linewidth", 3);


Ah, I've missread your question. It's

octave:> h = polar (theta, rho);
octave:> set (h, "linewidth", 3);

-- Andy



reply via email to

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