Articles → SEABORN → Pairplot Function In Seaborn
Pairplot Function In Seaborn
Purpose
Example
import seaborn as sns
import matplotlib.pyplot as plt
data = sns.load_dataset("iris")
sns.pairplot(data)
Output
Posted By - | Karan Gupta |
|
Posted On - | Tuesday, November 5, 2024 |