I am receiving the following error message
ImportError: cannot import name 'style'
when I run
from matplotlib import style
I am using ubuntu and have tried running it with python3 and python.
I have version (1.3.1) of matplotlib installed, which is the most up-to-date that apt-get
installs. I have installed numpy and installed matplotlib with python3. No joy.
Has anybody else been having the same issue ?