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

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

[Octave-bug-tracker] [bug #55562] Spacing of title text to upper boundar


From: Rik
Subject: [Octave-bug-tracker] [bug #55562] Spacing of title text to upper boundary of plot canvas is too small
Date: Fri, 25 Jan 2019 11:44:10 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #55562 (project octave):

@Sid: I agree with Michael that this is probably not the bug to begin
exploring Octave with.  Generally, it is easiest to start with documentation
bugs, next with bugs written in m-files in Octave's own language, then with
bugs in Octave C++ code, and finally with bugs linking Octave with other
libraries in Fortran, C++, C, etc.

This bug is in the C++ plotting system and, while simple to describe and
demonstrate, it is probably going to be difficult to determine the best
location to make the fix.

As an example of a possible better bug to start with, see bug #55570.  For
this, you could start with 


debug_on_error (true)
** code which causes the problem **


This will drop you in to a debugger precisely at the point where Octave failed
and you can then inspect variables and sort out why things failed and move
upwards in the function to see how variables came to have the values they do.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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