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

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

[Octave-bug-tracker] [bug #64606] hgload might not load or display with


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #64606] hgload might not load or display with three examples.
Date: Mon, 28 Aug 2023 16:30:11 -0400 (EDT)

Follow-up Comment #1, bug #64606 (project octave):

I would like to add another case using case 3. The jpeg is a blank axes, no
uitable, or an error message.  Thanks.  


fid=figure('name', 'uitable reload failed'); 

uit=uitable (fid, 'units', 'normalized', 'Position', [ 0.6 0.25 0.3 0.5  ],
...   
'Data', zeros(4,3), ...
'RowName', {'1' '2' '3' '4'}, ...   
'ColumnName', {'x', 'y', 'z'}, ...    
'rearrangeablecolumns', 'on',  ...    
'tooltipstring', 'data',  ...
'ColumnFormat', {'bank' 'bank' 'bank'  }, ... 
'ColumnWidth',{ 100 100 100 } , ...   
'tag', 'table');
   
%axs = axes ('position', [0.05 0.25 0.5 0.5], 'tag', 'plot', 'NextPlot',
'add'); 
%tt=0:0.1:10; plot(tt, sin(tt),'b'); legend('A Box',  'box', 'off')

saveas(gca, 'test3j.jpg', 'jpg')  % blank axes
saveas(gcf, 'test3j.jpg', 'jpg')  % error below 
%{
error: print: no axes object in figure to print
error: called from
    print at line 467 column 5
    saveas at line 150 column 5

%}




(file #55095)

    _______________________________________________________

Additional Item Attachment:

File name: test3j.jpg                     Size:8 KB
    <https://file.savannah.gnu.org/file/test3j.jpg?file_id=55095>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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