help-octave
[Top][All Lists]
Advanced

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

Re: Boxed legend not correct size


From: Ben Abbott
Subject: Re: Boxed legend not correct size
Date: Fri, 24 Feb 2012 08:02:19 -0500

On Feb 24, 2012, at 6:16 AM, am304 wrote:

> It seems that although the display in gnuplot is wrong, the result when using 
> the print -djpg command is correct, so the issue seems to be with how gnuplot 
> displays the results. Is there anywhere that we can report these issues for 
> gnuplot? Thanks, Arnaud 

Thanks for the update. It appears the problem is with Gnuplot's windows 
terminal.

If you have X11 installed, you can try the x11 terminal.

        close all
        setenv GNUTERM x11
        plot (rand (3))
        legend ({"first", "second", "third"}, "location", "northwest")

Ben




reply via email to

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