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
When using the analysis tool and selecting View > Map Speed, the following error/warning is encountered:
/MeTrEx/main.py:22: UserWarning: constrained_layout not applied because axes sizes collapsed to zero. Try making figure larger or axes decorations smaller.
sys.exit(app.exec())
Steps to Reproduce:
Open the MeTrEx and load data.
Navigate to View > Map Speed.
Observe the warning in the console.
Possible Cause:
The warning suggests that the layout is collapsing because the figure or axes size is too small, preventing constrained_layout from being applied properly. This may be due to a sizing issue with the plot.
Suggested Fixes:
Adjust the figure size or the decorations around the axes to ensure they don't collapse to zero.
Review the layout settings to ensure proper handling of small figures or axes.
This issue affects the usability of the Map Speed feature and needs to be resolved to ensure smooth operation of the analysis tool.
The text was updated successfully, but these errors were encountered:
Description:
When using the analysis tool and selecting
View > Map Speed
, the following error/warning is encountered:Steps to Reproduce:
View > Map Speed
.Possible Cause:
The warning suggests that the layout is collapsing because the figure or axes size is too small, preventing
constrained_layout
from being applied properly. This may be due to a sizing issue with the plot.Suggested Fixes:
This issue affects the usability of the
Map Speed
feature and needs to be resolved to ensure smooth operation of the analysis tool.The text was updated successfully, but these errors were encountered: