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

Histogram vector zero height cell text size error #8

Closed
zjl9959 opened this issue Jun 6, 2023 · 1 comment
Closed

Histogram vector zero height cell text size error #8

zjl9959 opened this issue Jun 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@zjl9959
Copy link
Owner

zjl9959 commented Jun 6, 2023

Describe the bug:

  1. What's your test code?
import algviz
viz = algviz.Visualizer()
vec = viz.createVector([2, 1, 0, 1], cell_size=(10, 200), histogram=True)
viz.display()
  1. What's the exceptions?
    The text '0' should not be displayed in animation.

  2. [Optional] Add screenshots to help explain your problem.

Test enviroment:

  • OS: Windows10
  • Algviz version: 0.2.3
  • Jupyter notebook version: JupyterLab 3.4.4

Additional context:
Add any other context about the problem here.

@zjl9959 zjl9959 added the bug Something isn't working label Jun 6, 2023
@zjl9959 zjl9959 self-assigned this Jun 6, 2023
@zjl9959
Copy link
Owner Author

zjl9959 commented Jun 20, 2023

Fix commit: 9bedeca

@zjl9959 zjl9959 closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant