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

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

[Octave-bug-tracker] [bug #62093] savefig/openfig loses axes/labels on p


From: Glenn Groeschel
Subject: [Octave-bug-tracker] [bug #62093] savefig/openfig loses axes/labels on polar plots
Date: Mon, 21 Feb 2022 15:05:00 -0500 (EST)

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

Here is the sample code that got lost since I missed an ending "-" tag...

 
 %Test for seeing if polar axes disappear when saving a polar figure then
reloading
 %Create some data
 r=0:.1:6.2; %radius
 t=0:.1:6.28;  %theta (radians)
 h=polar(t,r);
 fig=ancestor(h,'figure'); %Get handle to figure
 savefig(fig,'test_polar_axes.ofig'); %Save figure
 openfig('test_polar_axes.ofig');  %Reopen same figure, does it look the
same?
 

Thanks for all your hard work, the set of commands and compatibility that is
supported is truly amazing!


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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