c.scatter(
  [block.transactions for block in sync],
  [block.time for block in sync],
)

show()