This message was deleted.
# help
s
This message was deleted.
m
The reason I ask is that I seem to get divergent plots when using
groupX
whilst a reproduction of the original contrived plot produces an identical plot
j
I think you can reproduce the
auto
plot by using
binX
instead of
groupX
:
Copy code
Plot.areaY(data, Plot.binX({y: "count"}, {"x": "x", "fill": "color"}))
🙌 1
m
ah jeez, that did it! thank-you 😄