Data Visualization with Matplotlib

4 / 20

Getting Stared with Matplotlib - How to Check the Matplotlib Version

This is how you can check the version of Matplotlib installed.

INSTRUCTIONS

To check the Matplotlib version, we use the __version__ command. Please check the version of Matplotlib installed in the lab:

import matplotlib
matplotlib.<< your code goes here >>
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...