Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
I am plotting a scatter plot using the charts option available for any dataset. On the x-axis I choose a datatime value which is saved as date and is parsed.
I am facing two issues with the display of x-tick in the scatter plot:
Issue 1) These date time values in the x-tick are are too close and very cramped up and are not readable.
Issue 2) In some cases the x-ticks only displays the date and clips the time part, even though the date time column is parsed and stored as date.
Is there a way to format the x-ticks the way we do in matplotlib or seaborn to adjust the intervals at which they appear.
Attached screen shots for reference.
Operating system used: Windows 10