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

frames.plot doesn't work #106

Open
luogroup-usc opened this issue Dec 19, 2024 · 1 comment
Open

frames.plot doesn't work #106

luogroup-usc opened this issue Dec 19, 2024 · 1 comment

Comments

@luogroup-usc
Copy link



from vds1022 import *

dev = VDS1022(debug=0)
frames = dev.autoset().fetch()
frames.plot()

returns the error

AttributeError: module 'bokeh.plotting' has no attribute 'Figure'

@SimonBauer-git
Copy link

you need to replace "Figure" with a lower case f so "figure" in plotter.py this is an issue with the current version of bokeh not matching the syntax of the old version.

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