ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Embellishing a plot - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

This is a sample video. To access the full content,
please Login

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