boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
513 stars 88 forks source link

Fix color scale for correlation plots #47

Closed boxuancui closed 6 years ago

boxuancui commented 7 years ago

Reported by @Raelili :

The color scale for correlation heat map looks misleading sometimes. For example, a -0.8 correlation looks less correlated than a 0.1 correlation. The color scale should be fixed to either [-1, 1] or the maximum of both absolute values.

Raelili commented 7 years ago

haha

你居然听取了我的建议!

On Tue, May 2, 2017 at 9:49 AM Boxuan Cui notifications@github.com wrote:

Reported by @Raelili https://github.com/Raelili :

The color scale for correlation heat map looks misleading sometimes. For example, a -0.8 correlation looks less correlated than a 0.1 correlation. The color scale should be fixed to either [-1, 1] or the maximum of both absolute values.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/boxuancui/DataExplorer/issues/47, or mute the thread https://github.com/notifications/unsubscribe-auth/Aa9k8p8FAP5kb99V9OyP7qpySLfveQeYks5r1zSBgaJpZM4NOKpq .

boxuancui commented 7 years ago

@Raelili Do you want to try fixing it? If so, feel free to submit a pull request.