You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a customer requested feature. In both R and MatPlotLib there are extensions which allow figure labels to auto-position for readability by preventing overlap. See gif below.
It is possible to acheive this effect in MatPlotLib and R
At least one customer has requested, and it's a feature which is not possible for a client to easily implement by themeselves. Current label positioning options are not dynamic in this way, and as a result we don't see a lot of client figures using labels, especially when there are more than a few points on the figure. Most clients default to hover, but that isn't viable for everyone, especially in settings where apps are being viewed on different devices. It's potentially also an accessibility improvement.
The text was updated successfully, but these errors were encountered:
Feature: Dynamic Label Positioning for Readability
Description:
This feature introduces dynamic label positioning to prevent overlap in scatter plots, ensuring labels are readable without manual adjustment. This improves the accessibility and usability of plots, especially in environments where hover interactions are not feasible (e.g., mobile devices).
Changes:
Matplotlib (Python): Added support for automatic label adjustment using the AdjustText package.
ggplot2 (R): Implemented ggrepel to dynamically reposition labels for better readability in complex plots.
Reasoning:
Client requests for a feature that improves the readability of labels in scatter plots, especially in dense visualizations. Static label placement often results in overlapping text, which reduces the clarity of figures and discourages clients from using labels. This update provides an automatic solution, improving both accessibility and device compatibility.
This is a customer requested feature. In both
R
andMatPlotLib
there are extensions which allow figure labels to auto-position for readability by preventing overlap. See gif below.It is possible to acheive this effect in MatPlotLib and R
At least one customer has requested, and it's a feature which is not possible for a client to easily implement by themeselves. Current label positioning options are not dynamic in this way, and as a result we don't see a lot of client figures using labels, especially when there are more than a few points on the figure. Most clients default to hover, but that isn't viable for everyone, especially in settings where apps are being viewed on different devices. It's potentially also an accessibility improvement.
The text was updated successfully, but these errors were encountered: