dcgerard/updog

Use drop = FALSE in color scale for plot.updog()

Closed this issue · 1 comments

Right now, plot.updog() will drop unobserved genotypes from the color scale. It would be nicer if the colors didn't change from one marker to the next. We can accomplish this by using drop = FALSE in the appropriate scale function.

I think this is fixed by 7c21ebd