[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help with legend
From: |
Rik |
Subject: |
Help with legend |
Date: |
Fri, 14 Dec 2018 13:50:10 -0800 |
Could someone try the following in Matlab and send me the resulting image?
I'm trying to test whether the automatic positioning of the legend box
takes in to account the axes ticks.
--- Start Code ---
clf;
plot (rand (3,3));
set (gca, 'xtick', 1:0.25:3, 'ytick', 0:0.1:1);
set (gca, 'ticklength', [0.03 .05]);
hl = legend ();
print ('legtst.png', '-dpng');
--- End Code ---
Thanks,
Rik