Open asinghvi17 opened 1 year ago
Hi, I really love this mod! I couldn't help but notice, though, that you're using a rainbow-like colormap to display variables. It seems to be generated here:
https://github.com/TriggerAu/TransferWindowPlanner/blob/7465e99af1d357d070279e3a57d9377758b8a21a/TransferWindowPlanner/TWPWindowWorkers.cs#L376-L391
Have you considered switching to a perceptually uniform colormap? Something like this
or maybe this reversed
might be pretty useful. I'd definitely be down to help if possible.
Hi, I really love this mod! I couldn't help but notice, though, that you're using a rainbow-like colormap to display variables. It seems to be generated here:
https://github.com/TriggerAu/TransferWindowPlanner/blob/7465e99af1d357d070279e3a57d9377758b8a21a/TransferWindowPlanner/TWPWindowWorkers.cs#L376-L391
Have you considered switching to a perceptually uniform colormap? Something like this
or maybe this reversed
might be pretty useful. I'd definitely be down to help if possible.