When making scatter plots, there are many options for diverging colour maps, that emphasise data at the extrema, but no options for a converging colour map, that emphasises data near the middle of the range. Can anyone suggest one, or tell me why it's a bad idea to use one?
My use case is a scatter plot where each point represents a fit to a different data set, and colour represents the reduced chi squared of the fit. I want to emphasise values close to one, and de-emphasise bad fits.
Edit
Here's my use case in more detail. I'm measuring the performance of an algorithm designed to distinguish between real and systematic signals in time series data (in this case planet transits in Kepler data versus glitches in the data). For each simulation I have an input value, a number describing the algorithm's decision, and a reduced chi squared measuring the goodness of fit. I want to use the colour scheme to highlight the points that have reduced chi squares closest to one, and not the cases where the fit is bad.
There are many ways I could do this (e.g with point size), but I'd like to do it with colour if I can.