Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Clearml People, I Am Trying To Figure Out If Plotly Animations Are Supported? I Can See That I Can Report An Animation Figure And Get The Play/Stop Buttons But It Seem To Be Static

Hi clearml people, I am trying to figure out if plotly animations are supported? I can see that I can report an animation figure and get the Play/Stop buttons but it seem to be static

  
  
Posted 3 years ago
Votes Newest

Answers 14


for sure.. and more then the eye-candy aspect it can actually be super useful visualizations

  
  
Posted 3 years ago

CumbersomeCormorant74 SuccessfulKoala55 Hi any updates?

  
  
Posted 3 years ago

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.

  
  
Posted 3 years ago

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 🙂

  
  
Posted 3 years ago

Thanks DepressedChimpanzee34 . We'll update if/when it is supported.

  
  
Posted 3 years ago

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?

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

huh.. that example animation of automated driving on their homepage https://plotly.com/ is pretty awesome.

  
  
Posted 3 years ago

imagine the beautiful PR showing such a feature 👀

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

the brain surface viewer (more dash than anything) .. jst.. wow

  
  
Posted 3 years ago

Hi RipeGoose2 , we're looking into that... Do you have an example to reproduce?

  
  
Posted 3 years ago

AlertBlackbird30 I saw you asked about wanted features to add to the roadmap.. this my top one 🙂

  
  
Posted 3 years ago

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 😄

  
  
Posted 3 years ago
593 Views
14 Answers
3 years ago
one year ago
Tags