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

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

[Octave-bug-tracker] [bug #43606] plotting with axis limits at 0


From: Rik
Subject: [Octave-bug-tracker] [bug #43606] plotting with axis limits at 0
Date: Sun, 10 Sep 2017 23:43:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #43606 (project octave):

                  Status:         Patch Submitted => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #9:

I checked in the change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/ec3d37eeafa2).

I made two changes.  First, when initializing two variables of the same type
the Octave coding convention is too put them on separate lines.

Instead of 


bool A = true, B = false;


we write


bool A = true;
bool B = false;


Second, I changed the warning IDs to be capitalized, "Octave:...".



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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