davidrpugh / population-ecology-approach

0 stars 2 forks source link

Plot color scheme #28

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

@markeschaffer

Here are the "built-in" choices for color schemes. Let me know your preference and I can make the change. I will also change the interpolation scheme to "nearest neighbor" for the contour plots.

markeschaffer commented 9 years ago

Right now we're using "jet", right?

How about "spectral", "hot" or "gist_stern"? The nice thing about these is that 0 maps to pure black, 1 maps to pure white, but for values 0 < x < 1 you get colours for epsilon < x < (1-epsilon), epsilon fairly small (maybe 0.03). So stable interior equilibria should be pretty visible.

davidrpugh commented 9 years ago

I have added a variable for the color maps that we can toggle as we see fit. Currently I set it to "hot" as requested. I have will need to rerun the simulations in order to change the epsilon.