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

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

[Octave-bug-tracker] [bug #31468] multi-line text objects


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #31468] multi-line text objects
Date: Thu, 11 Aug 2011 17:59:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #12, bug #31468 (project octave):

As far as just titles go, Vanya's version of the patch looks much simpler than
fixing gnuplot and can be improved even a little bit more:


txt(1:2:2*numel(txt)) = txt;
txt(2:2:numel(txt)-1) = "n";
txt = [txt{:}];


to get rid of the useless trailing newline (this is how I have patched it in
my Octave installations).

Perhaps this patch had rather be implemented in title.m instead of
__axis_label__.m

I would be very glad if this missing feature could be fixed at last.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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