Advertisements
Advertisements
प्रश्न
Write the plot for the following pie chart output.
उत्तर
‘import matplotlib.pyplot as pit
slices = [7,2,2,13]
activities = [‘sleeping’, ‘eating’, ‘working’, ‘playing’]
plt.pie(slices, labels = activities, autopct = ‘y.1.1 f % %‘)
plt.title(‘Interesting Graph check it out’)
plt.show( )
APPEARS IN
संबंधित प्रश्न
Write any three uses of data visualization.
Write the coding for the following:
To check if PIP is Installed on your PC.
Write the coding for the following:
To check the version of PIP installed on your PC.
Write the coding for the following:
To list the packages in matplotlib.
Define Data Visualization.
List the types of Visualizations in Matplotlib.
How will you install Matplotlib?
Read the following code: Identify the purpose of this code and choose the right option from the following.
C:\Users\YourName\AppData\Local\Programs\Python\Python36-32\Scripts>pip – version
Which key is used to run the module?
Identify the package manager for Python packages, or modules.