the brain surface viewer (more dash than anything) .. jst.. wow
AlertBlackbird30 I saw you asked about wanted features to add to the roadmap.. this my top one 🙂
to be perfectly honest, I think I stopped investigating all the stuff plotly and friends can do these days.. I am sitting here with my mouth wide open.. some of their examples are awesome eye candy 😄
Hi DepressedChimpanzee34 . Thanks for the info.
Plotly animation is currently not supported in the web app. We're looking into adding this into a future version. Can you describe the use case of animations in your system?
huh.. that example animation of automated driving on their homepage https://plotly.com/ is pretty awesome.
Thanks DepressedChimpanzee34 . We'll update if/when it is supported.
Hi DepressedChimpanzee34 .
Currently supporting plotly animations is not planned for the upcoming versions. I would suggest opening a feature request in github, or add it to the UI change request thread: https://github.com/allegroai/clearml/issues/81 .
Thanks,
Oren.
laughs okily dokily Sir.. noted and noted 👍
I must admit, I have been using plotly and matplotlib for years and.. I have never used animations once. I am old school though 🙂
imagine the beautiful PR showing such a feature 👀
for sure.. and more then the eye-candy aspect it can actually be super useful visualizations
SuccessfulKoala55
` import plotly.express as px
df = px.data.gapminder()
fig = px.scatter(df, x="gdpPercap", y="lifeExp", animation_frame="year", animation_group="country",
size="pop", color="continent", hover_name="country",
log_x=True, size_max=55, range_x=[100, 100000], range_y=[25, 90])
task.get_logger().report_plotly(title="TEST", series="sepal", iteration=0, figure=fig) `Thanks
Hi RipeGoose2 , we're looking into that... Do you have an example to reproduce?
CumbersomeCormorant74 SuccessfulKoala55 Hi any updates?
CumbersomeCormorant74 displaying a 3D Field varying in time, or anything varying in time really
Thanks it can be super cool, I hope it will happen