tensorflow/tensorboard

NUM_COLORS_COLOR_MAP > 50

AlexanderUzhinskiy opened this issue · 1 comments

Hello, and thank you for your wonderful product!

In data-provider.ts, NUM_COLORS_COLOR_MAP is hardcoded to 50. Is there a way to increase that number or set it manually? I'm using TensorBoard with Google Colab and I need colors for over 70 classes.

Hi @AlexanderUzhinskiy,

Thanks for the feedback! Even with the current threshold 50, the contrast is already pretty low and each color is likely not visually distinct from the others. But it's definitely a useful feature for user to be able to specify number of colors on the UI. Adding this to the backlog given our limited bandwidth, please feel free to contribute to this feature if you are interested, thank you!