Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when using Analysis Tool: View > Map Speed #5

Open
BeatEhrmann opened this issue Aug 21, 2024 · 0 comments
Open

Warning when using Analysis Tool: View > Map Speed #5

BeatEhrmann opened this issue Aug 21, 2024 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@BeatEhrmann
Copy link
Collaborator

Description:

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:

  1. Open the MeTrEx and load data.
  2. Navigate to View > Map Speed.
  3. 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:

  1. Adjust the figure size or the decorations around the axes to ensure they don't collapse to zero.
  2. 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.

@BeatEhrmann BeatEhrmann added enhancement New feature or request wontfix This will not be worked on labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant