Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

Embellishing a plot - English

49838 visits



Outline:

Use Python 3.4.3 Use Ipython version 5.1.0 Modify the attributes of a plot Pass additional keyword arguments to plot command Add title to a plot using 'title' command. Incorporate LaTeX style formatting by adding a $ sign before and after the string. Label x and y axes using xlabel() and ylabel() commands. Add annotations to a plot using annotate() command. Get the limits of axes using xlim() and ylim() commands. Set the limits of axes using xlim() and ylim() commands.