Ask Your Question

miguel's profile - activity

2023-10-06 16:44:43 +0200 received badge  Popular Question (source)
2019-08-03 20:44:36 +0200 asked a question Add labels to x/y axes

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!