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

fix bug: resample and plot error, Issues#83 #84

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

dindom999
Copy link

Fix issues #83 (comment)

dom-mi and others added 23 commits December 17, 2021 12:34
ERROR: __len__() should return >= 0 on live feed fixed
 '''      
 locator.set_view_interval(*self.axis.get_view_interval())
 locator.set_data_interval(*self.axis.get_data_interval())
'''
set_view_interval and set data_interval had been deprecated after matplotlib  3.6.x
…of Locators and Formatters (and their common base class, TickHelper) are removed. in matplotlib 3.7.0 https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html
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

Successfully merging this pull request may close these issues.

6 participants