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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to