Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'bugfix/spectrum'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
The number of rows within the subplot is defined via
nrows
. Matplotlib requiresnrows
as integer, but it can also be a float. The fix assignsnrows
explecitely with an integer.Reviewers
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.