pairplot(penguins, {
vars: ['Beak Length (mm)', "Beak Depth (mm)", "Flipper Length (mm)"],
width: 500,
height: 350,
spacing: -20,
hue: "Species",
hueVarType: 'nominal',
palette: "deep",
showLabels: true,
hideTooltips: true,
showGrid: true,
scaleZero: true
})