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

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

[Octave-bug-tracker] [bug #49104] Add explanation to position property o


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #49104] Add explanation to position property of figure function
Date: Fri, 16 Sep 2016 05:17:43 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

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

                 Summary: Add explanation to position property of figure
function
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: Fri 16 Sep 2016 05:17:41 AM GMT
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Tatsuro MATSUOKA
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc1
        Operating System: Any

    _______________________________________________________

Details:

In the manual of 4.2.0-rc1

The position property of function figure is described as,


position: four-element vector, def. [300 200 560 420]


However meaning of each element of vector is ambiguous.

I propose the explanation as


# HG changeset patch
# User Tatsuro Matsuoka <address@hidden>
# Date 1474002433 -32400
#      Fri Sep 16 14:07:13 2016 +0900
# Node ID ffc00b4cfe18e80c07444a657854d96bf442661c
# Parent  1d3b7153053900499cdc8b6aac7061f51155f686
Add explanation to position property of function figure.

diff -r 1d3b71530539 -r ffc00b4cfe18 doc/interpreter/genpropdoc.m
--- a/doc/interpreter/genpropdoc.m      Thu Sep 15 22:10:14 2016 -0400
+++ b/doc/interpreter/genpropdoc.m      Fri Sep 16 14:07:13 2016 +0900
@@ -438,6 +438,9 @@
         s.doc = doc_unused;

       case "position"
+        s.doc = "Specify the position and size of the figure. The four
elements  \
+of the vector are the coordinates of the lower left corner and width and
height \
+of the figure, in units pixel";
         s.valid = valid_4elvec;

       case "renderer"






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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