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
The plotly.tools.make_subplots function supports adding titles to subplots by carefully placing annotations. make_subplots also supports a row_width /column_width parameter to specify non-uniform subplot widths/heights.
But it looks like the subplot title placing logic does not take row_width /column_width into account:
plotly.figure_factory.utils.annotation_dict_for_label needs to use horizontal_spacing/vertical_spacing for calculations on where to draw labels for a subplot.
The
plotly.tools.make_subplots
function supports adding titles to subplots by carefully placing annotations.make_subplots
also supports arow_width
/column_width
parameter to specify non-uniform subplot widths/heights.But it looks like the subplot title placing logic does not take
row_width
/column_width
into account:row_width
:column_width
:The text was updated successfully, but these errors were encountered: