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 06:57:21 +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

Follow-up Comment #1, bug #49104 (project octave):

Ooops!

Unit of position property depends on unit property.


# HG changeset patch
# User Tatsuro Matsuoka <address@hidden>
# Date 1474008940 -32400
#      Fri Sep 16 15:55:40 2016 +0900
# Node ID e8f7fb4b708234294a7e1d640ce78b10fc3f7d59
# Parent  1d3b7153053900499cdc8b6aac7061f51155f686
Add explanation to position property of function figure.

diff -r 1d3b71530539 -r e8f7fb4b7082 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 15:55:40 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. Units of elements are specified by the units property (defalut
pixels)";
         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]