```python (ggplot(diamonds) + + aes('depth', fill='cut', color='cut') + geom_density(alpha=0.1) + xlim(55, 70) ) ```