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
I have installed plotdigitizer in jupyter notebook. When I tried importing using "from plotdigitizer import PlotDigitizer" it's giving below error:
"
ImportError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_14264\1414868341.py in
----> 1 from plotdigitizer import PlotDigitizer
ImportError: cannot import name 'PlotDigitizer' from 'plotdigitizer' (C:\Users\lenovo\anaconda3\lib\site-packages\plotdigitizer_init_.py)
"
I have tried opening " init.py" , unfortunately, it's an empty file.
Could you please help me? I want to extract data from a bar graph. But plotdigitizer is not working.
The text was updated successfully, but these errors were encountered:
hello,
I have installed plotdigitizer in jupyter notebook. When I tried importing using "from plotdigitizer import PlotDigitizer" it's giving below error:
"
ImportError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_14264\1414868341.py in
----> 1 from plotdigitizer import PlotDigitizer
ImportError: cannot import name 'PlotDigitizer' from 'plotdigitizer' (C:\Users\lenovo\anaconda3\lib\site-packages\plotdigitizer_init_.py)
"
I have tried opening " init.py" , unfortunately, it's an empty file.
Could you please help me? I want to extract data from a bar graph. But plotdigitizer is not working.
The text was updated successfully, but these errors were encountered: