The correct method to create a scatter plot using Seaborn is sns.scatterplot(). This method is specifically designed to visualize the relationship between two continuous variables. The function takes x and y as the input variables and data as the DataFrame from which these variables are extracted. Scatter plots are ideal for visualizing the correlation or relationship between two variables, helping identify patterns such as clustering or outliers. Why Other Options Are Incorrect: • A: sns.lineplot() is used to create line plots, which are appropriate for visualizing trends over time or continuous data but not for visualizing relationships between two independent variables like in a scatter plot. • C: sns.histplot() is used for creating histograms, which are useful for visualizing the distribution of a single variable, not for visualizing relationships between two variables. • D: sns.boxplot() is used for displaying the distribution of a variable and identifying outliers, but it is not used for visualizing relationships between two continuous variables. • E: sns.heatmap() is used to display a matrix of data values, typically for visualizing correlation matrices or other matrix-like data, but it is not suited for scatter plots of two variables.
Vipul invested Rs.4000 at the rate of R% simple interest for four years and he got Rs.1600 as interest. If he invest same amount for 2 years in C.I. an...
Rs. 5000 when invested at simple interest of r% p.a. amounts to Rs. 7200 in 24 months. If the same sum had been invested for 1 year at compound interest...
A deposited Rs. 7500 at 20% per annum compound interest in scheme A for 3 years. After 3 years, he deposited total amount at 25% simple interest per ann...
What is the principal sum if the difference between simple interest (SI) and compound interest (CI), compounded annually, on a ce...
Neha invested Rs. 50,000 in two different schemes, ‘C’ and ‘D’, for 3 years and 4 years, respectively. Scheme ‘C’ offers a simple interest r...
Difference between CI and SI on a sum for 3 year at 20% p.a. is 176. Find the simple interest on the sum after 2 years at 10% p.a.
A sum of Rs. 3900 is invested at simple interest for 2 years. If the rate interest for first year is 12% p.a. while 20% p.a. for second year, then find ...
The simple interest accrued in five years on a principal of Rs. 50,000 is one – tenth of the principal. What is the rate of simple interes...
Raman paid Rs.9,600 in interest on a loan she obtained 5 years ago with a simple interest rate of 16%. What was the amount of the loan she had taken?
By investing Rs. 6,000 for 'a' years at an annual compound interest rate of 15%, the interest gained amounted to Rs. 1,935. Determine the simple interes...