DEV Community

Nilotpal Choudhury
Nilotpal Choudhury

Posted on

Answer: How to change the X axis range in seaborn in python?

For the most flexible control with these kind of plots, create your own axes object then add the seaborn plots to it. Then you can perform the standard matplotlib changes to features like the x-axis, or use any of the normal controls available through the matplotlib API.

import matplotlib.pyplot as

Top comments (0)