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

Please login to comment

7 Comments

wow - the command is not an underscore but 2 underscore each... so its not _ but a __ on both the end.. took me few minutes to figure out

  Upvote    Share

 

Having trouble!

index buttons are not available and whenever i submit or mark as complete it does not go to the next chapter.

it is also showing to enroll now.

  Upvote    Share

Hi,

Do you still face the issue?

  Upvote    Share

Unable to print version,not working

  Upvote    Share

Hi,

Please go through the hint/answer. If it doesn't work, please share a screenshot of your code and the error that you are getting.

Thanks.

  Upvote    Share

Not able to Import Matplotlib, is showing 

PackagesNotFoundError: The following packages are missing from the target environment:
  - qt=4

 

  Upvote    Share

Hi,

Please share a screenshot of your code and the error that you are getting.

Thanks.

  Upvote    Share