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

Multiple patterns overlap on their endpoints in ch2-mandelbrot #30

Closed
ropewalker opened this issue Jul 22, 2021 · 1 comment
Closed

Comments

@ropewalker
Copy link

Multiple patterns overlap on their endpoints here:

0..=2 => ' ',
2..=5 => '.',
5..=10 => '•',
11..=30 => '*',
30..=100 => '+',
100..=200 => 'x',
200..=400 => '$',
400..=700 => '#',

There probably should be mutually exclusive ranges instead.

@timClicks
Copy link
Contributor

Thanks for the suggestion @ropewalker. I've updated the code ✨ .

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

No branches or pull requests

2 participants