```python d = { 'x': [1, 1], 'y': [1, 1] } ggplot(d) + geom_polygon(aes(x='x', y='y')) ``` Actual: 