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

Facets: "free x-scale" has no effect on histogram.

Open alshan opened this issue 1 year ago • 0 comments

See discussion: https://github.com/JetBrains/lets-plot/issues/955#issuecomment-2191425769

Two ways this issue can be fixed:

  • Introduce an option similar to "trim" in geom_density() (in this case historgram can't be stacked)
  • Remove empty bins from the data (by default or optionally).

alshan avatar Jun 27 '24 16:06 alshan