lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Parameter info for aes() is missing all its arguments

Open igRo opened this issue 4 years ago • 0 comments

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 Screenshot 2021-02-12 at 13 33 43 Screenshot 2021-02-12 at 13 33 49

igRo avatar Feb 12 '21 12:02 igRo