question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

seaborn.objects: Rotation of ticks

See original GitHub issue

Hello,

might I suggest a new feature request: rotation of the ticks for seaborn objects? Or is it possible at this moment? I haven’t found it yet.

Currently I use .on(axis).plot() and then on this axis I set it up via matplotlib with axis.xaxis.set_tick_params(rotation=90).

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JanPalasekcommented, Nov 19, 2022

I assume you mean rotation of tick labels? I don’t think that’s currently supported since it’s not (AFAICT) something you can set a default for with rcParams.

I presume the implementation is difficult then. That’s pity, data scientists from my bubble need it quite often. If there was a switch for example so.Continuous().label(rotation=90), it would be awesome.

1reaction
mwaskomcommented, Nov 18, 2022

I assume you mean rotation of tick labels? I don’t think that’s currently supported since it’s not (AFAICT) something you can set a default for with rcParams.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rotate axis tick labels in Seaborn and Matplotlib
While plotting these plots one problem arises -the overlapping of x labels or y labels which causes difficulty to read what is on...
Read more >
Rotate label text in seaborn factorplot
You can rotate tick labels with the tick_params method on matplotlib Axes objects. To provide a specific example: ax.tick_params(axis='x', rotation=90).
Read more >
Rotating axis labels in matplotlib and seaborn
In this article, we'll take a look at the classic example of this phenomenon - rotating axis tick labels. This seems like such...
Read more >
Rotate Axis Tick Labels of Seaborn Plots
Since most seaborn plots return a matplotlib axes object, we can use the setp() function from this library. We will take the tick...
Read more >
Rotate xtick labels in Seaborn boxplot using Matplotlib
Create data points for xticks. · Draw a boxplot using boxplot() method that returns the axis. · Now, set the xticks using set_xticks()...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found