bugGNU Octave - Bugs: bug #65303, xtickangle not working

 
 

bug #65303: xtickangle not working

Submitter:  Luca Barbetta <lucabarbetta>
Submitted:  Tue 13 Feb 2024 01:57:55 PM UTC
   
 
Category:  Plotting Severity:  1 - Wish
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 8.3.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 13 Feb 2024 07:52:09 PM UTC, comment #5: 

This bug depends on bug #62882.  I submitted a changeset there to get the ticklabelrotation properties to work, but it isn't very good.  A better solution probably requires more work.

Rik <rik5>
Group administrator
Tue 13 Feb 2024 02:18:27 PM UTC, comment #4: 

Understood,
thanks for your time

Luca Barbetta <lucabarbetta>
Tue 13 Feb 2024 02:17:01 PM UTC, comment #3: 

the functions have been created.  the graphics backend to rotate the labels has not been. hence changing the properties manually or by those functions has no effect. At this point non-result is the expected outcome until that feature is implemented.

Nicholas Jankowski <nrjank>
Group Member
Tue 13 Feb 2024 02:14:39 PM UTC, comment #2: 

It is documented though.
Is there some way to rotate labels?
I get the same non-result with

set (hax, [ax, "ticklabelrotation"], arg);


Luca Barbetta <lucabarbetta>
Tue 13 Feb 2024 02:06:11 PM UTC, comment #1: 

See bug #64716: The functionality behind xtickangle is not yet implemented. That will be documented for Octave 9. But it will still not yet work with that version.

Markus Mützel <mmuetzel>
Group administrator
Tue 13 Feb 2024 01:57:55 PM UTC, original submission:  

Hello, xtickangle(angle) does nothing to the plot.
I mean, it changes the angle, 'cause if I call xtickangles afterwards I get the angle I prescribed, but in the plot nothing changes.

The very same 2 lines code:

plot([1:6],[1,6,1,6,1,6])
xtickangle(45)


works in matlab

Thank you

Luca Barbetta <lucabarbetta>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by nrjank (Posted a comment)
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by lucabarbetta (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-02-13 rik5 Severity3 - Normal 1 - Wish
        StatusNone Confirmed
        Operating SystemMicrosoft Windows Any
        Dependencies- Depends on bugs #62882

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code