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

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

[Octave-bug-tracker] [bug #61823] not possible to print uiXXX objects


From: Rik
Subject: [Octave-bug-tracker] [bug #61823] not possible to print uiXXX objects
Date: Fri, 14 Jan 2022 12:47:49 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Update of bug #61823 (project octave):

              Item Group: Unexpected Error or Warning => Matlab Compatibility 
 
                  Status:                    None => Confirmed              
                 Release:                   6.4.0 => dev                    
                 Summary: error when printing on file a figure containing
uitable object => not possible to print uiXXX objects

    _______________________________________________________

Follow-up Comment #1:

I don't think uiXXX objects of any type are printable in Octave.  For example,
"help print" displays documentation for the print function and I see


     '-noui'
          Don't print uicontrol objects such as pushbuttons which may
          overlay the plot.  This is the default behavior and it is not
          possible to include uicontrol objects in the output without
          using an external screen capture tool.



So, unfortunately if you want to display tabular data another program might be
better.  All the calculations and data preparation can still be done in
Octave, and then use a convenient format like CSV for exchanging the data with
the program that would be used for printing.

On the 7.0.90 Release Candidate the code produces a much more reasonable
message


error: print: no axes object in figure to print




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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