It can be helpful to use a defined color palette for three dimensional map plots. For example, if your data ranges from -2 to 2, you can make the positive and negative values, as well as zero, obvious by using a scale like this:
set palette defined (-2 "blue", 0 "white", 2 "green")