How to change colors of function plots in Tensorboard?

Just create different summary writes with different log files for each learning rate. Then launch the tensorboard tool using: tensorboard --logdir=tag1:/path/to/summary/one,tag2:/path/to/summary/two


There's currently no way to change those colors, but a recent release has made the colors more differentiated. Try updating and seeing if that helps.


This is very far from an actual solution, but in case someone only wants to change the colors for a screenshot in a paper or presentation its a quick workaround:

  1. Open your browser dev tools (F12)
  2. Search for the color code you want to change (the default orange is #ff7043) and replace it with the color you want