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

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

[Octave-bug-tracker] [bug #35363] fplot key messed up


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #35363] fplot key messed up
Date: Tue, 23 Dec 2014 22:30:39 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36

Follow-up Comment #2, bug #35363 (project octave):

HI,

Here is a small patch the add  before @.

 if (enhanced)
    n1 = 1;
    for  n = 1:numel(str)
      if (str(n) == '@')
        str1(n1) = '';
        n1 ++;
      endif
      str1(n1) = str(n);
      n1 ++;
    endfor
    str = str1;
  endif


attached __go_draw_axes__.patch & __go_draw_axes__.m

Please review.

Avinoam

(file #32705, file #32706)
    _______________________________________________________

Additional Item Attachment:

File name: __go_draw_axes__.m             Size:89 KB
File name: __go_draw_axes__.patch         Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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