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

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

[Octave-bug-tracker] [bug #43017] "text" command does not work with empt


From: H. G.
Subject: [Octave-bug-tracker] [bug #43017] "text" command does not work with empty lines
Date: Mon, 18 Aug 2014 19:47:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

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

                 Summary: "text" command does not work with empty lines
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mo 18 Aug 2014 19:47:58 GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Any

    _______________________________________________________

Details:

Here is an example to demonstrate the unwanted behavior:


close all;
figure(1);

Info1 = {'line 1', 'line 2', 'line 3' };
Info2 = {'line 1', [], 'line 3' };

text(0.5,0.7,Info1);
text(0.5,0.3,Info2);


The second text block is NOT properly displayed. This happens with gnuplot as
well as with fltk. But in Matlab this works fine.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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