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 Everyone, If I Copy Embed Code On Some Scalars I Want To Add To A Report, It Does Not Add The Title Nor The X-Axis Label Into The Report. Does Anyone Know If There Is A Way To Do This?

Hi everyone, if I copy embed code on some scalars I want to add to a report, it does not add the title nor the x-axis label into the report. Does anyone know if there is a way to do this?

  
  
Posted 4 months ago
Votes Newest

Answers 2


Hi @<1523701087100473344:profile|SuccessfulKoala55> , I embedded the plot in the way described in the embedding-clearml-visualizations docs , clicking on the Copy embed code and pasting into a report. In the Scalars view of a task you can see the title and axis-label, but in the embedded plot in the report these are not shown, we only see the legend. Would be super useful to also show these in the embedded plots.

  
  
Posted 3 months ago

Hi @<1649221402894536704:profile|AdventurousBee56> , how exactly did you embed it?

  
  
Posted 4 months ago
263 Views
2 Answers
4 months ago
3 months ago
Tags