Pandas methods
DataFrames can be plotted in various ways with the cal
attribute.
Event level data with the cal.plot
or cal.plot_across_column
Wide data with the cal.plot_by_row
Check out the methods that start with plot
in the Extensions section of the docs.