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
Reporting Nonetype Scalars.

Reporting NoneType scalars.
Is it possible to report None somehow, to skip the point on a plot? If I just skip it, it will interpolate between the previous and the next point, but I'd like to have a split line segment or something (so draw nothing) so that I know that I had a missing value at that moment? Thanks!

  
  
Posted one year ago
Votes Newest

Answers 6


@<1631102016807768064:profile|ZanySealion18> , I think no such capability exists currently. I'd suggest opening a github feature request for this.

  
  
Posted one year ago

Hi @<1631102016807768064:profile|ZanySealion18> ! Reporting None is not possible, but you could report np.nan instead.

  
  
Posted one year ago

Got it, thanks!

  
  
Posted one year ago

How would that be reflected on the plot?

  
  
Posted one year ago

By default, as 0 values

  
  
Posted one year ago

Got it. Is there any way to skip a point at some iteration? If I just don't report it at iteration t I'll get interpolation from t-1 to t+1.

  
  
Posted one year ago
1K Views
6 Answers
one year ago
one year ago
Tags