From: <no...@tc...> - 2025-05-22 14:03:44
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [235316dfd786e5aece8108bd3c79e9b66faf6b285ef9da5266190fd6ec0f1a56] [Allow rotated horizontal axis labels] By AlanGrunwald For Tklib On 2025-05-22T13:57:54.468 Details https://core.tcl-lang.org/tklib/tinfo?name=235316dfd786e5aece8108bd3c79e9b66faf6b285ef9da5266190fd6ec0f1a56 Ticket https://core.tcl-lang.org/tklib/tktview/5c3ef045947ecc6bc3d18064a2127ed84068f221 Changed Fields assignee: nobody closer: nobody comment: It often happens - particularly with TX plots - that the horizontal axis labels are unreadable because they overlap each other. An attractive solution to this would be to allow the user to specify (somehow) an angle through which the labels should be rotated, such as the -angle <rotationDegrees> option used for canvas text items. As an attempted workaround, I've tried to create a TXPlot and then rotate all text items with the tag taxis, via $c itemconfigure $item -angle -270 but this makes the canvas slightly higher than it was and leaves it with a grey stripe at the bottom, while the rest of the canvas has a whit background. [Discussed on c.l.t, 11-May-2025] foundin: 2.7.0 is_private: 0 login: AlanGrunwald priority: 5 Medium private_contact: 37337879866fb05885aad09f6a1ed0f41308a547 resolution: None severity: Minor status: Open submitter: AlanGrunwald subsystem: tklib :: plotchart title: Allow rotated horizontal axis labels type: RFE ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |