GSoC: Find and implement a new label positioning algorithm #1294
Replies: 3 comments 4 replies
-
Hi @larsyencken. I'm interested in this project as GSoC 2022.
Thanks. |
Beta Was this translation helpful? Give feedback.
-
@danielgavrilov @danyx23, how are you today? I'm Yuting Zeng, a third-year undergraduate student at Southwest Petroleum University studying Information Management and Information Systems. I've been programming for around two years. I prefer visuals and charts because they help people understand and accept information more easily. I'm highly interested in data-related and open-source projects, and I'd want to contribute some code to this project. |
Beta Was this translation helpful? Give feedback.
-
I am a Computer Science undergraduate at the Indian Institute of Technology Guwahati, India [IITG]. I have been working on Distributed Computing, Algorithms and Data Structures courses for over a year. I have decent participation in Algorithmic and Mathematical challenges on competitive programming platforms such as Codeforces, CodeChef, HackerRank, etc. I am particularly interested in this project. How should I move further, what should be the optimal path to be followed? |
Beta Was this translation helpful? Give feedback.
-
DIFFICULTY: MEDIUM, SIZE: 175 HOURS
Overview
Our scatter plots currently have labels directly next to points:
The algorithm we use for positioning the labels is quite basic and often leads to labels or points being hidden behind other labels or points. We would like to have a new label positioning algorithm that is performant and produces better results – less overlaps and improved positioning.
A better label positioning algorithm would potentially also make it possible for us to add labels directly on the plots of other charts, instead of having separate sections allocated to legends.
Required skills
Potential mentors
Related links
Beta Was this translation helpful? Give feedback.
All reactions