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

Plotting bboxes with colors #55

Closed
manyids2 opened this issue Nov 18, 2021 · 1 comment
Closed

Plotting bboxes with colors #55

manyids2 opened this issue Nov 18, 2021 · 1 comment
Labels

Comments

@manyids2
Copy link

bbox = bbox[0]

bbox = bbox[0]
bbox_color = bbox[1]

here, we modify bbox on the first line, then set the color using the modified bbox...
so actually we are throwing away bbox[1]
the order of the lines should be interchanged.

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant