Copy-Paste the following code in your terminal and press enter , it will show the version of matplotlib installed on your system ::
python
import matplotlib
print('matplotlib: {}'.format(matplotlib.__version__))
Copy-Paste the following code in your terminal and press enter , it will show the version of matplotlib installed on your system ::
python
import matplotlib
print('matplotlib: {}'.format(matplotlib.__version__))