attribute names in this file do not match the ones that are defined in mm3_plot.py. starting from line 284, for example fig, ax = mm3_plots.violin_birth_label(Cells_df) should be: fig, ax = mm3_plots.plot_violin_birth_label(Cells_df)
attribute names in this file do not match the ones that are defined in mm3_plot.py. starting from line 284,
for example
fig, ax = mm3_plots.violin_birth_label(Cells_df)
should be:
fig, ax = mm3_plots.plot_violin_birth_label(Cells_df)