Author |
Topic  |
|
Katti
Norway
13 Posts |
Posted - 10/18/2018 : 11:11:25 AM
|
Is there a script command to remove the legend frame?
Also, I'm trying to edit the legend text, but I lose the line representations. I'm using legend.text$, is there an option for showing the corresponding plot lines?
Example: legend.text$= %(1Y,@CL) %(3Y,@CL) %(5Y,@CL);
which displays the comments for plot lines 1, 3, and 5, but not a representation of the lines themselves. Is there a way to display them? |
|
Katti
Norway
13 Posts |
Posted - 10/18/2018 : 11:27:34 AM
|
I'm also trying to fit the graph page to its layers, is there a command for that? |
 |
|
nick_n
Finland
125 Posts |
Posted - 10/18/2018 : 3:23:45 PM
|
Hi,
>>Is there a script command to remove the legend frame? LT script: legend.background =0; BR,
Nikolay |
 |
|
Katti
Norway
13 Posts |
Posted - 10/19/2018 : 03:16:10 AM
|
quote: Originally posted by nick_n
LT script: legend.background =0;
Thanks, that works for the legend :-)
Anyone have an idea about how to include the plot lines in the legend, as mentioned above? |
 |
|
yuki_wu
896 Posts |
|
Katti
Norway
13 Posts |
Posted - 10/23/2018 : 04:54:40 AM
|
quote: Originally posted by yuki_wu
Hi Katti,
1# You should write text like: legend.text$= \l(1) %(1Y ,@C)
Thanks. My mistake was mistaking the "l" for a "1" Glad that's cleared up  |
 |
|
|
Topic  |
|
|
|