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

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

[Octave-bug-tracker] [bug #62882] 'xticklabelrotation', 'yticklabelrotat


From: Rik
Subject: [Octave-bug-tracker] [bug #62882] 'xticklabelrotation', 'yticklabelrotation' axes properties don't rotate text labels
Date: Tue, 9 Aug 2022 16:10:50 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62882>

                 Summary: 'xticklabelrotation', 'yticklabelrotation' axes
properties don't rotate text labels
                 Project: GNU Octave
               Submitter: rik5
               Submitted: Tue 09 Aug 2022 01:10:49 PM PDT
                Category: Plotting
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 09 Aug 2022 01:10:49 PM PDT By: Rik <rik5>
The axes graphics object has properties 'xticklabelrotation' and
'yticklabelrotation' which can be queried and modified.  There are also
m-files 'xtickangle.m' and 'ytickangle.m' that modify these properties for
Matlab compatibility.  However, changing the values of these properties
produces no visual changes.

On the other hand, rotation is implemented for text objects.  The following
code works


ht = text (0.5, 0.5, "Hello World", "rotation", 45);


This might be as simple as connecting the property to the text rendering call
within gl-render.cc.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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