Dear StatPlanet,
I want to modify my map legend to incorporate values to the thousandth decimal place. Below is my current modification; however, this input is not working and will not produce a map. What is wrong with it and how can I fix the problem. Thank you for your help.
0=[0xBD0026][>1.000] 1=[0xF03B20][0.751][0.751-1.000] 2=[0xFD8D3C][0.501][0.501-0.750] 3=[0xFECC5C][0.249][0.249-0.500] 4=[0xFFFFB2][<0.249]
Hi,
It looks like you wish to replace the default map legend values with your own custom text. In this case, you would need to put custom text for all the values, even those values where you wish to keep the default text. It is in the form [color][value][replacement text].
You could try this:
0=[0xBD0026][1000][>1.000] 1=[0xF03B20][0.751][0.751-1.000] 2=[0xFD8D3C][0.501][0.501-0.750] 3=[0xFECC5C][0.249][0.249-0.500] 4=[0xFFFFB2]
If you do not need to replace the values with custom text, then it is much simpler to change your map legend in StatPlanet itself. Then simply copy and paste into the StatPlanet Data Editor (as explained in the user guide)
Also the number of decimal places can be set in the sheet 'settings'.
Best,
Frank