octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34888] legend location outside


From: Jan Schmidt
Subject: [Octave-bug-tracker] [bug #34888] legend location outside
Date: Thu, 24 Nov 2011 12:48:14 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0

URL:
  <http://savannah.gnu.org/bugs/?34888>

                 Summary: legend location outside
                 Project: GNU Octave
            Submitted by: jan_bei_gnu
            Submitted on: Do 24 Nov 2011 12:48:12 GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Jan Schmidt
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hallo,

I think I have an incorrect result of the legend command.
I want to place the legend outside of my graphic and use the following code.
But the legend is placed inside the graphic.

Best regards

Jan


plot([1:10],[1:10],"b");
hold on;
plot([1:10],[2:11],"r");
legend("leg1","leg2","location","eastoutside");





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34888>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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