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

Extra lines are drawn that shouldn't be there #2

Closed
olavolav opened this issue Oct 9, 2020 · 0 comments
Closed

Extra lines are drawn that shouldn't be there #2

olavolav opened this issue Oct 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@olavolav
Copy link
Owner

olavolav commented Oct 9, 2020

To Reproduce:

>>> plot(xs=[1,1], ys=[0,1], lines=True, x_min=3, x_max=6)
┌────────────────────────────────────────────────────────────┐
│                    ▖                                       │ 1.0
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 0.7
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 0.5
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 0.3
│                    ▌                                       │ 
│                    ▌                                       │ 
│                    ▌                                       │ 
│▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▌▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁│ 0.0
└────────────────────────────────────────────────────────────┘
 3                                                          6

Obviously there should not be anything drawn in this view.

Here, the correct line is drawn, but also weird other ones. In interactive mode this line appears once the real one is out of view.

@olavolav olavolav added the bug Something isn't working label Oct 9, 2020
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