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, Plotting A Debug Sample With A

Hi, plotting a debug sample with a " in the title fails. I think the encoding of the quote is different between the backend and the file server
plt.title('this is a "test"') plt.imshow([[0, 0], [0, 1]]) plt.show()

  
  
Posted 3 years ago
Votes Newest

Answers 6


I'll make sure we look into it

  
  
Posted 3 years ago

Thanks VirtuousFish83 !
This is great

  
  
Posted 3 years ago

made with

  
  
Posted 3 years ago

Hello AgitatedDove14 it does not throw an exception, but in the ui the link is broken so the image does not show

  
  
Posted 3 years ago

Hi VirtuousFish83 ,
Is it throwing an exception? Are you seeing the plot in the UI but the title is incorrect?

  
  
Posted 3 years ago
605 Views
6 Answers
3 years ago
one year ago
Tags