octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with legend


From: Nicholas Jankowski
Subject: Re: Help with legend
Date: Fri, 14 Dec 2018 17:07:19 -0500

n Fri, Dec 14, 2018 at 4:50 PM Rik <address@hidden> wrote:
>
> 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
>

attached.

Attachment: Matlab2018b.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]