Preconditions: ``` from lets_plot import * ggplot(aes()) ``` Steps: - call parameter info for `aes()` Expected: - suitable arguments are listed Actual: - there is only `x` and `y` arguments listed  
Preconditions:
Steps:
aes()Expected:
Actual:
xandyarguments listed