You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following up on this stackoverflow post with a bug report. I have a data frame with variables from_axp for the x position, from_ayp for the y position and seq for the sequence order (the data frame is in correct order, though). I want to run the following code
For instance, geom_point for seq = 9 is revealed only some time after point 80. This only happens in version 1.0.8 (gif @2FPS), not in version 1.0.7 (gif @4FPS). Another difference is that in 1.0.7, the end of the line also has a point and the corresponding number, whereas the point and number shows up in the next frame in 1.0.8 (see imgurs above).
I am following up on this stackoverflow post with a bug report. I have a data frame with variables
from_axp
for the x position,from_ayp
for the y position andseq
for the sequence order (the data frame is in correct order, though). I want to run the following codeFor instance, geom_point for seq = 9 is revealed only some time after point 80. This only happens in version 1.0.8 (gif @2FPS), not in version 1.0.7 (gif @4FPS). Another difference is that in 1.0.7, the end of the line also has a point and the corresponding number, whereas the point and number shows up in the next frame in 1.0.8 (see imgurs above).
Here is test data:
The text was updated successfully, but these errors were encountered: