@Stevie To avoid label overlapping, just increase the height of the plot.
In layout set:
width=800,
height=600, #or more
autosize=False
and you’ll get a nice plot 
@Stevie To avoid label overlapping, just increase the height of the plot.
In layout set:
width=800,
height=600, #or more
autosize=False
and you’ll get a nice plot 