Home > Software engineering >  Refine X- Axis so that the distances are better recognizable
Refine X- Axis so that the distances are better recognizable

Time:11-19

I have a problem. I have a dataframe df. I want to plot a scatterplot with the help of seaborn. But I want to change the x- axis. I would like the x-axis to be finer from 4.0 to 5.0. The distances should be smaller, e.g. 4.1, 4.2 or even finer. How can I set so that the x-axis is displayed finer, so that I can see the values from 4.0 better?

I looked at enter image description here

Narrow your data range if you just want to plot between 4 and 5.

  • Related