[Scilab-users] more polarplots in one coordinate system

Serge Steer Serge.Steer at inria.fr
Tue Dec 6 15:49:43 CET 2016


Le 06/12/2016 à 14:55, Maxi041291 a écrit :
> Hello again,
>
> how to plot a large legend, which is next to the polarplot?
>
> If I use legend_location="in_lower_right", it is hiding my plot.
> If I use  -"- out_lower_right, i can't see it anymore [or just the line of
> the box]
if you put the legend out of the axes box uou may have to enlarge the 
corresponding margin
ax=gca();
ax.margin(4)=0.25, //for the lower margin

> Thank you
> Maxi
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/more-polarplots-in-one-coordinate-system-tp4035127p4035183.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list