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

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

[Octave-bug-tracker] [bug #52303] printing "demo getframe 2" results in


From: Rik
Subject: [Octave-bug-tracker] [bug #52303] printing "demo getframe 2" results in emtpy figure
Date: Sat, 10 Nov 2018 21:11:48 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

Follow-up Comment #16, bug #52303 (project octave):

@Philip: Yes, you can't see any added title or xlabel/ylabel because the axes
object has been resized to cover the entire area of the figure.  To see what I
mean, try this code line by line.


demo getframe 2
title ('my title')  # title will not be visible
set (gca, 'position', [0, 0, 1, 0.9])  # NOW it is visible




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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