T O P I C R E V I E W |
EigenGoofy |
Posted - 05/15/2011 : 10:50:49 PM Origin Ver. and Service Release (Select Help-->About Origin): 8.5
Hi, all.
Everytime when I use "Plot" -> "Line" -> "Line", then a unwanted legend is always automatically generated on the right-top corner of the resulted graph.
Then How I write a code to turn off or delete this lousy legend?
Thank you very much~ |
2 L A T E S T R E P L I E S (Newest First) |
EigenGoofy |
Posted - 05/16/2011 : 4:21:12 PM This works for me !
Thank you, Amanda! |
AmandaLu |
Posted - 05/15/2011 : 11:39:39 PM Hi EigenGoofy,
To delete Legend, you can use label -r labelName. For example, to delete Legend on the active graph, you can use:
label -r legend;
|
|
|