Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from plotnine import ggplot, annotate, aes, geom_text, geom_point, scale_size_manual, scale_shape_manual | |
from plotnine import scale_colour_manual, ylim, xlim, coord_fixed, theme_void | |
from plotnine.animation import PlotnineAnimation | |
import pandas as pd | |
import numpy as np | |
import warnings | |
from tqdm import tqdm | |
def visualize_play(play_data, path=None): |