PlotDigitizer icon indicating copy to clipboard operation
PlotDigitizer copied to clipboard

ImportError: cannot import name 'PlotDigitizer' from 'plotdigitizer' (C:\Users\lenovo\anaconda3\lib\site-packages\plotdigitizer\__init__.py)

Open salonichandolia opened this issue 4 months ago • 0 comments

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.

salonichandolia avatar Apr 14 '24 13:04 salonichandolia