Showing posts with the label Plotting with Pyplot

Important Questions For Plotting with PyPlot Class 12 IP

Important Questions For Plotting with PyPlot Class 12 Informatics Practices (IP…

Write a program to print above information on a circular pie chart

Q. In an engineering college, number of admissions stream wise in the current y…

Write a program to create a horizontal bar chart from two data sequences

Q. Write a program to create a horizontal bar chart from two data sequences as …

Write a program to plot them in the same chart as: A line graph plotted with X and Y

Q. Given four sequences as given below:- X = [1, 2, 3, 4] Y = [10, 20, 25, 30] …

Write a program to plot them in the same line graph and show legends.

Q. Given two ndarrays. Write a program to plot them in the same line graph and …

Marks of some students in four different subjects are available in four lists.

Q. Marks of some students in four different subjects are available in four list…

Write a program to plot this data on a cumulative bar-stacked horizontal histogram

Q. Prof Awasthi is doing some research in the field of Environment. For some pl…

Write a program to create a pie bar chart for India's total medals.

Q. Write a program to create a pie bar chart for India's total medals. Meda…

Write a program to create a horizontal bar chart for India's medal tally.

Q. Write a program to create a horizontal bar chart for India's medal tally…

Write a program to plot a scatter graph taking a random distribution in X, Y, Z and W

Q. Write a program to plot a scatter graph taking a random distribution in X, Y…

Write a program to plot a scatter chart with the columns Fruits and Pulses.

Q. Consider following DataFrame prodf. Fruits Pulses Rice Wheat Andhra P. 783…

Write a Python program to draw line charts from the given financial data

Q. Write a Python program to draw line charts from the given financial data of …

A company randomly generates a weekly winning number for 10 weeks.

Q. A company randomly generates a weekly winning number (between 0..100) for 10…

Write a program to add title as Horizontal Boxplot and y-axis title as Value -range to given boxplot.

Q. Write a program to add title as "Horizontal Boxplot" and y-axis ti…

Write a program to create boxplot But change orientation to horizontal.

Q. Write a program to create a boxplot from the following set of data : 34, 18,…

Write a program to create a boxplot from the following set of data:

Q. Write a program to create a boxplot from the following set of data : 34, 18,…

Write a program to create a histogram that plots two ndarrays x and y with 48 bins,

Q. Write a program to create a histogram that plots two ndarrays x and y with 4…

Write a program to create a histogram that plots two ndarrays

Q. Write a program to create a histogram that plots two ndarrays x and y with 4…

speed and meters columns of df, meters and weight columns of df

Q. Given a data-frame df as shown below: import pandas as pd x = {'speed…

Given two arrays namely arr1 and arr2, each having 5 values.

Q. Given two arrays namely arr1 and arr2, each having 5 values. Create a scatte…

Load More That is All