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

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

[Octave-bug-tracker] [bug #53091] [MXE-Octave] new warning from gnuplot


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #53091] [MXE-Octave] new warning from gnuplot
Date: Tue, 19 Feb 2019 16:09:59 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #19, bug #53091 (project octave):

In the Matlab Live Editor, I see the following:

>> axes()
>> ht = text (0, .5, '<cs;hfjnvrnq vklnroirg!:k,ncv lj', 'fontsize', 30);
>> ext1 = get (ht, 'extent')
ext1 =
   0    0.4438    1.2080    0.1124
>> set (ht, 'fontname', '*'); % Is this still allowed?
>> ext2 = get (ht, 'extent')
ext2 =
   0    0.4438    1.2080    0.1124
>> all (ext1 == ext2) % Same size? same aspect?
ans =
   1
get (ht, 'fontname') %'*' or 'Helvetica'
ans = '*'


No warnings, and the text displays fine (although clipped at the right edge of
the figure).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53091>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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