Description:
The recent fix aimed at resolving the title height overlap issue in feature importance plots has not fully addressed the problem. Despite the attempted adjustment using "yref": "paper", the title positioning still overlaps with the plot when custom figure heights are specified.
Problem Details:
When specifying a custom height for the figure, the title does not adjust its position correctly, causing overlap with the plot.
The initial fix using "yref": "paper" in the title properties did not resolve the issue.
Expected Behavior:
The title should adjust its position based on the figure’s custom height to ensure it remains clearly visible above the plot.
Actual Behavior:
The title continues to overlap with the plot, even after implementing "yref": "paper" in the title’s settings.
Potential Solution:
Consider further adjustments to dynamically set the title’s vertical position based on the figure height, or investigate alternative positioning methods in Plotly to ensure reliable positioning across various plot sizes.
This issue requires further investigation to ensure the title aligns properly regardless of custom figure height settings.
Description:
The recent fix aimed at resolving the title height overlap issue in feature importance plots has not fully addressed the problem. Despite the attempted adjustment using
"yref": "paper"
, the title positioning still overlaps with the plot when custom figure heights are specified.Problem Details:
"yref": "paper"
in the title properties did not resolve the issue.Expected Behavior:
The title should adjust its position based on the figure’s custom height to ensure it remains clearly visible above the plot.
Actual Behavior:
The title continues to overlap with the plot, even after implementing
"yref": "paper"
in the title’s settings.Potential Solution:
Consider further adjustments to dynamically set the title’s vertical position based on the figure height, or investigate alternative positioning methods in Plotly to ensure reliable positioning across various plot sizes.
This issue requires further investigation to ensure the title aligns properly regardless of custom figure height settings.