Datetime-type `x` values are incorrectly plotted in `px.scatter`

Ok - rapid turn-around - the solution is to change the renderer to “svg”

px.scatter(df, x="t", y="x", render_mode="svg")

For more details on this see the related discussion here.