Now I have a plot (regular plot), and I'm trying to add four letters "A", "B", "C", "D" one by one onto the plot. The coordinates for the four letters are, say, (0, 0), (0, 1), (1, 0) and (1, 1). Moreover I wish I could control the speed of adding points, for example, add "A" at time = 1, "B" at time = 2, "C" at time = 4 and "D" at time = 8.
Any help would be so appreciated!
Jiayu