Hi!
I'm ploting a list of points, and I would like to add labels under the X and Y axes with the physical units in horizontal and vertical (i.e. days and cells/mL).
This is the command line:
a=list_plot(zip(t,T1),axes_labels=['t','T(t)'])
Thank you!