How to create a heatmap animation with plotly express?
问题 I have a list of square matrices, M[t], where t ranges from 0 to N and I wish to create an animated heatplot using plotly.express. The entries in each row/column correspond to a list, a=['a1','a2',...'aN'] The plotly documentation on animation is fairly sparse and focuses on just scatterplots and barplots https://plotly.com/python/animations/ A question similar to mine was posted at How to animate a heatmap in Plotly However, the user is working in a Jupyter notebook. I'm simply using Python