Ask Your Question
0

Add labels to x/y axes

asked 2019-08-02 12:56:59 +0200

miguel gravatar image

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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-03 23:07:59 +0200

slelievre gravatar image

Use point2d instead of list_plot in this case.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2019-08-02 12:56:59 +0200

Seen: 169 times

Last updated: Aug 03 '19