Skip to content

Update locator.py #2

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

Merged
merged 1 commit into from
Apr 1, 2023
Merged

Update locator.py #2

merged 1 commit into from
Apr 1, 2023

Conversation

chenyuyou
Copy link

'''
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

 '''      
 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
@WISEPLAT WISEPLAT merged commit 5bce508 into WISEPLAT:master Apr 1, 2023
@WISEPLAT
Copy link
Owner

WISEPLAT commented Apr 1, 2023

Thanks)

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.

2 participants