I would like to have a color bar divided into 5 colors. One color from 0 to 20, another until 40, and so on until 100.
What I have done so far is:
set palette maxcolors 5
But this doesn't set the boundries of each color in the colorbar
Do you have suggestions?