Direction: Choose the correct option
Q1.
What is Seaborn primarily used for?
Direction: Choose the correct option
Q2.
How do you import Seaborn with the common alias?
Direction: Choose the correct option
Q3.
Which Seaborn function creates a simple line plot?
Direction: Choose the correct option
Q4.
What does `sns.histplot()` do?
Direction: Choose the correct option
Q5.
How do you create a scatter plot with Seaborn?
Direction: Choose the correct option
Q6.
What is the purpose of `sns.pairplot()`?
Direction: Choose the correct option
Q7.
Which Seaborn function is used for categorical scatter plots with jitter?
Direction: Choose the correct option
Q8.
How do you set the overall style of Seaborn plots?
Direction: Choose the correct option
Q9.
What does `sns.jointplot()` produce?
Direction: Choose the correct option
Q10.
How do you create a heatmap of correlation matrix?
