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
Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

Hey all, is there a way to setup scalar plotting so that series on the same scalar plot will have different colors?

  
  
Posted 3 years ago
Votes Newest

Answers 12


HighOtter69 inside the legend click on the color rectangle next to the series name, you can change the color of the series on the graph. This property is stored so it will always remember your color preferences (yes even logging from another machine 🙂 )

  
  
Posted 3 years ago

The colors are controlled by the front-end so not programmatically, but it is possible and (in my opinion) convenient to do so manually via clicking the appropriate position on the legend. Does this meet your expectations?

  
  
Posted 3 years ago

Ah, to clarify I'm hoping to have different colors for each line to better differentiate between them. Right now they all seem to be locked to the same color e.g all blue, or all red

  
  
Posted 3 years ago

Btw the reason that they initialize with barely discernible color lies within the hash function that encodes the str content to a color. I.e., this is actually a feature

  
  
Posted 3 years ago

HighOtter69 so if you manually change the color of one of them, the others change for you as well?!

  
  
Posted 3 years ago

re:hashing str - Ah gotcha!

  
  
Posted 3 years ago

HighOtter69 I was able to change the color individually without an issue. What's your clearml-server ? are you using the community server ?

  
  
Posted 3 years ago

The manual color change seems to be locked to all 3 lines for me
i.e. I can't manually set the lines to be different colors

  
  
Posted 3 years ago

HighOtter69 , let me check something

  
  
Posted 3 years ago

Yes, I'm using the community server. So I took a look at one of the examples experiments and I am able to individually change the color of different lines e.g the "scalar reporting" example. I wonder if it has to do with how I called the reporting function for my experiment?

  
  
Posted 3 years ago

I think there is a bug on the UI that causes series with "." to only use the first part of the series name for the color selection. This means "epsilon 0" and "epsilon 0.1" will always get the same color, and this will explain why it works on other graphs

  
  
Posted 3 years ago

Ah, thanks for looking into it!

  
  
Posted 3 years ago
572 Views
12 Answers
3 years ago
one year ago
Tags