[bug #68150] xlabel with pie chart refuses to be Visible
chad <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #3, bug #68150 (group octave):
That's not what I mean. In MATLAB execution, executing set(xlh,'Visible','on')
can change it without executing set(gca, "visible", "on"), whereas Octave
behaves differently.
MATLAB:
>> pie(1:5)
>> xlh = xlabel('Is this Visible?'); %also invisible
>> set(xlh,'Visible','on') %MATLAB can display it now
>> get(xlh,'Visible')
ans =
OnOffSwitchState enumeration
on
The pie3 function has the same issue. As for why pie and pie3 in MATLAB
initially hide labels while other plotting functions like stem and bar do not,
that is another question.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68150>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCabO+9AAKCRCqLAuaBUf3 Tr2GAQCQbyTqUKMpDQjHsD30vAAi0nAkhP0h0reJ6F5gHvixowEA2C5g0sJrmAk+ Pa2bv8yNX2RQw+5cCmHOa8Md9r41wwA= =KKjP -----END PGP SIGNATURE-----