[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 #1, bug #68150 (group octave):
I can confirm this bug exists as reported.
Root Cause:
In __pie__.m (the internal function called by pie.m), when creating a 2D pie
chart, the axes are configured with:
if (strcmp (caller, "pie"))
axis (h, [-1.5, 1.5, -1.5, 1.5], "square", "off");
endif
The "off" parameter in the axis() command completely disables the axes
visibility, including all axes children like xlabel, ylabel, and title.
Interim measure:
Until this is fixed, users can work around the issue by
set(gca, "visible", "on")
to enable axes.
_______________________________________________________
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----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCabOypgAKCRCqLAuaBUf3 TnOEAQDPw9TgttxBm7TCxJY84SqoY75TiNcoItCHLh8E7QE2YwEAleFY1MZ8FdiR vJSWNwoL4uWTXp75CxGJVzyJECg0Dw4= =2515 -----END PGP SIGNATURE-----