issue_comments: 412324246
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/2355#issuecomment-412324246 | https://api.github.com/repos/pydata/xarray/issues/2355 | 412324246 | MDEyOklzc3VlQ29tbWVudDQxMjMyNDI0Ng== | 18018386 | 2018-08-12T07:26:08Z | 2018-08-12T07:26:08Z | NONE | Matplotlib's axis is a place to plot stuff. Animatplot's blocks are "things" that are to be animated. Multiple blocks can be attached to a single axis like multiple lines or a pcolormesh + quiver plot. Right now, all of the blocks animate data, but in the future there will be blocks that animate annotations or modify some axis settings. Maybe you'll prefer to return an animation with a single block, but if you return the block then you can combine it with more blocks. You could animate two imshow's side by side. Now, I believe that matplotlib does have the ability to attach multiple animations to a single figure, but that could cause issues with syncing, and animatplot's controls would likely (read should) control each animation individually. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
349026158 |