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
in the first run of the script, the rendering of the annotations is correct: correct rendering
However, on a second run, with a different list of dictionaries, the new annotations are rendered correctly but without clearing the old annotations duplicate annotations
Isn't go.Annotations([]) suppose to initialize with an empty list?
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
When creating annotations like below
in the first run of the script, the rendering of the annotations is correct: correct rendering
However, on a second run, with a different list of dictionaries, the new annotations are rendered correctly but without clearing the old annotations duplicate annotations
Isn't
go.Annotations([])
suppose to initialize with an empty list?Am I doing something wrong?
The text was updated successfully, but these errors were encountered: