[Scilab-users] cannot get polarplot to graph a decent windrose

Samuel Gougeon sgougeon at free.fr
Sun Mar 24 13:31:28 CET 2019


Hello,

Le 24/03/2019 à 03:27, Federico Miyara a écrit :
>
> Heinz,
>
>> gca().rotation_angles = [180 0] is perfect for me. 270° West is 
>> correctly on the left hand side !
>>
>> But I get a mess with a multiple plot.....I want the degrees only at 
>> the outermost circle
>> Heinz
>>
>> for i=1:6; ..
>> polarplot(theta,MM(:,i),style=i); ...
>> end;
>> gca().rotation_angles = [180 0]

Where is the original message, and what's the original request and its 
context?
I have not received it and it is not archived for any Scilab mailing list.

It's not possible to use polarplot() in overplotting mod 
<http://bugzilla.scilab.org/show_bug.cgi?id=5907>e.

The only way to plot several curves in polar mode is to use matrices as 
input, as for the plot() and plot2d() functions, and as illustrated in 
some polarplot() examples.

Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190324/87129954/attachment.htm>


More information about the users mailing list