I get the following error message
ImportError: cannot import name 'style'
when i run
from matplotlib import style
I am using ubuntu and trying to run it using python3 and python. I have installed version (1.3.1) of matplotlib, which is the latest version installed by apt-get . I installed numpy and installed matplotlib with python3. There is no joy.
Has anyone else had the same problem?
Steve source share