rht
rht
That animation API uses `set_data` (which is more performant than Solara current update method, which recreates the plot object from scratch every time), which Solara doesn't use. It means there...
We could incorporate your code, but there is a possibility that we are migrating the plotting to Altair instead (see #1806). This is still up for discussion.
There is https://pep8speaks.com/ used by several projects. This takes several seconds to catch lint errors rather than having to wait a few minutes of Travis booting up and running `flake8`.
Btw, there are lots of whitespace before/after `[`/`]`/`,`/any operator, - W291 trailing whitespace - E201 whitespace after '[' - E202 whitespace before ']' - E203 whitespace before ',' - E241...
Limitations of graph visualizations (_especially_ on semantic web, no matter how beautiful it looks): http://swui.semanticweb.org/swui06/papers/Karger/Pathetic_Fallacy.html
@harlantwood very sorry for the late reply to the dataviz discussion. It is because I haven't had the time to uncloud my view yet (not that it is any clearer...
Encountered this problem again in #1341.
Yes, I did: https://github.com/voila-dashboards/voila/issues/1341#issuecomment-1608976452. Though we (Mesa) has since been using Solara instead.
https://github.com/rht/eurace_unibi/pull/1/checks?check_run_id=1639089209
The GitHub Action build for this repo will be enabled as soon as this PR is merged. Currently, it only runs on my fork.