Good evening, everyone. I created a bar plot as in the attachment. I created the legend in the chart with the -l expression. I want to place the legend at the top left instead of the top right corner. How can I do this? Thank you…
Try to add +jTL
to the first instance of -l
. So in your case -l"1st Obs."+jTL
.
See The -l option.
Thank you for your help, Mr Andreas. Problem solved
1 Like