Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 히트맵 범위 로직 변경 #480

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

hyungminkimdev
Copy link
Collaborator

@hyungminkimdev hyungminkimdev commented Nov 27, 2024

🐲 관련 이슈

close #479

🏃‍♂️ 구현/변경 사항

  • 히트맵 그리는 로직을 선형 스케일 + 로그 스케일을 사용하는 것으로 변경하였습니다.

  • 한 그리드 내에 데이터가 치우치는 현상을 보완하였습니다.

  • 기존 : 선형 스케일, 0.0~1.0까지 0.1씩 균등 분배

  • 현재 : 데이터가 치우친 경우는 로그 스케일, 균등한 경우에는 선형 스케일을 사용, 데이터 개수가 작은 구간은 더 세분화

📷 스크린샷

기존에 데이터가 치우친 경우 한 그리드만 표시되는 예시 사진입니다.
image

✏️ ETC

🙏To Reviewer

Copy link
Collaborator

@Damagucci-Juice Damagucci-Juice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@Damagucci-Juice Damagucci-Juice merged commit 148447a into develop Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 히트맵 색상 로직 변경
2 participants