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
Latex In Plot Labels?

Latex in plot labels?

I tried different things, like adding r'{LATEXCODE}' but it does not seem to get recognized. Am I missing something?

I am using the tensorboard.writer for my plotting needs.

  
  
Posted 3 years ago
Votes Newest

Answers 5


according to https://plotly.com/python/v3/LaTeX/ plotly should support Latex in labels since 3.6.0

  
  
Posted 3 years ago

Hi AgitatedDove14 - I used the Tensorboard writer.scalars function. Haven't tried the Plotly natively, but I guess its the same, since I imagine you're just doing a passthrough.

  
  
Posted 3 years ago

TrickyRaccoon92 I didn't know that 🙂
where did you try to add it? did you report a plotly figure or is it with report_???

  
  
Posted 3 years ago

TrickyRaccoon92 the title provided by write.scalars is also a representing string for the specific metric. This is more than just a title on the plot itself.
It means that this will be the name of the scalar metric (title/series combination) .
Is that your intention, or is it for viewing purpose only?

  
  
Posted 3 years ago

Hi TrickyRaccoon92
Are you sure plotly (the front-end module displaying the plots in the UI) supports it ?

  
  
Posted 3 years ago
554 Views
5 Answers
3 years ago
one year ago
Tags