I am trying to plot an animated px.imshow() visualization of my data. My data has the following shape
index(score) | x | y | year |
---|---|---|---|
1.214 | 2 | 23 | 2015 |
2.352 | 3 | 25 | 2015 |
3.435 | 4 | 2 | 2016 |
I am trying to plot an animated px.imshow() visualization of my data. My data has the following shape
index(score) | x | y | year |
---|---|---|---|
1.214 | 2 | 23 | 2015 |
2.352 | 3 | 25 | 2015 |
3.435 | 4 | 2 | 2016 |