Hey there, thanks for the great work! I wandering if there was any way to align the dots to the upper margin (moving the X axis on top) instead that to the bottom as we see them right now.
Also, is it possibile to "manually" define the X axis range? So that multiple charts can share the same units and can be compared side by side.
Thank you very much,
Giovanni
This is much easier with Observable Plot, where you can use facets to make small multiples, and use anchor: top to make the dots go top->down. See https://observablehq.com/plot/transforms/dodge for examples.