Calling .plot() multiple times in a cell returns a single graphic with plots overlaid. Is there similar functionality for tables? For example
RV(Binomial(4, 0.5)).sim(10000).tabulate()
RV(Binomial(4, 0.4)).sim(10000).tabulate()
to compare distributions in a table
Calling
.plot()multiple times in a cell returns a single graphic with plots overlaid. Is there similar functionality for tables? For exampleto compare distributions in a table