Old form of legend('string 1','string 2',2) ??
1 回表示 (過去 30 日間)
古いコメントを表示
I'm trying to fix some ancient code which uses
legend('String 1','String 2',2)
which I suspect is the old way of specifying position. Is it? What position is that ('NE', probably)?
0 件のコメント
採用された回答
Andrew Newell
2017 年 4 月 20 日
Actually, it's NW (see the documentation for R13SP2). In general, if you want to find documentation for older releases, you can find the archives here.