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

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

[Octave-bug-tracker] [bug #36156] text (x, y, "Default") -> text object


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #36156] text (x, y, "Default") -> text object with empty string
Date: Thu, 14 Mar 2013 19:19:40 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

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

Rik,

I ran the script,


h = text (0.5, 0.5, 'default');  % is string correctly rendered?
print -disc -append rik.ps
%%
set (h, 'string', 'default');    % does this turn string into empty string?
print -dpsc -append rik.ps
%%
set (h, 'string', '\default');   % does this work like the documentation
print -dpsc -append rik.ps
%% says?
                                 % is the '\' character stripped?
close all
h = text (0.5, 0.5, '\default'); % is stripping implemented here as well?
print -dpsc -append rik.ps


I've attached plots.  Only the last includes the backslash, but is also gives
the warning below.


Warning: Unable to interpret TeX string "\default" 
> In graphics/private/prepare at 44
  In print>LocalPrint at 268
  In print at 237
  In rik at 13 




(file #27604)
    _______________________________________________________

Additional Item Attachment:

File name: rik.ps                         Size:13 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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