Scatter series textposition to avoid overlap?

@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 :slight_smile: