Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Embellishing a plot - English

48758 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.