You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix AttributeError: NumberLine object has no attribute 'default_numbers_to_display'
- Add missing default_numbers_to_display() method to NumberLine class
- Method returns tick range excluding numbers in numbers_to_exclude list
- Resolves issue where get_number_mobjects() would fail with AttributeError
- Fixes#4244
0 commit comments