Hi
I wanted to rotate the label of y axis in the scatter_matrix plot to its text becomes horizontal. I mean the label of y axis, for example, sepal_length, not the numbers of the y axis
No matter what I did, I didn’t get the result, can anyone help me?
this is my code and the results:
AIMPED
September 15, 2023, 7:32am
2
Hi @Amirreza welcome to the community.
I think this is not possible right now, at least I did not find any solution in the docs. A quite old topic suggests the same:
I have a dash application showing temperature. The “y axis” show degrees. I want the numbers to be shown normal, but the title for the axis is just “ºC” and I would love to see it horizontally instead of reading it vertically.
For longer titles this is a non issue because horizontal orientation would overlap the graph, very ugly, but for “ºC” horizontal is just fine and far prettier and easy to the eye.
Thanks!.
[newplot]
You could use annotations instead of axis titles:
I want to change the axis title position like the following image, I want to know if it is possible.
Is there any options available?
※ chart sample link: Axes in Python
[newplot]