Positioning of Legend [message #92267] |
Fri, 06 November 2015 10:14  |
Kai Heckel
Messages: 51 Registered: April 2015
|
Member |
|
|
Hello everyone!
I have some issues with the positioning of a legend for my plot...
I'd like to place the legend outside of the plot. Is that possible?
If I use the command below, the legend is in the top right corner but only partially visible...It seems like the extent of the plot window is too small.
leg = LEGEND(TARGET=[myplot_1989,myplot_1990], FONT_SIZE=9, POSITION=[1.025,0.925])
Cheers,Kai
|
|
|
Re: Positioning of Legend [message #92269 is a reply to message #92267] |
Fri, 06 November 2015 11:25  |
Kai Heckel
Messages: 51 Registered: April 2015
|
Member |
|
|
Am Freitag, 6. November 2015 19:15:00 UTC+1 schrieb Kai Heckel:
> Hello everyone!
>
> I have some issues with the positioning of a legend for my plot...
> I'd like to place the legend outside of the plot. Is that possible?
> If I use the command below, the legend is in the top right corner but only partially visible...It seems like the extent of the plot window is too small.
>
> leg = LEGEND(TARGET=[myplot_1989,myplot_1990], FONT_SIZE=9, POSITION=[1.025,0.925])
>
> Cheers,Kai
Ok I just found it out.
By using the MARGIN keyword I was abled to enlarge the window frame!
|
|
|