df = DataFrame(np.random.randn(30, 2), columns=["A", "B"]) df["C"] = np.random.choice(["a", "b", "c"], 30) df["D"] = np.random.choice(["a", "b", "c"], 30) ...
_check_plot_works(ts.hist, ax=ax, default_axes=True) _check_plot_works(ts.hist, ax=ax, figure=fig, default_axes=True) _check_plot_works(ts.hist, figure=fig, default ...