From 257dd79386cea651b45f67885e0bf3850681252c Mon Sep 17 00:00:00 2001 From: Jovina Date: Tue, 13 Sep 2011 16:30:42 +0530 Subject: Minor changes to 'advanced python'. --- advanced_python/plotting.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'advanced_python/plotting.rst') diff --git a/advanced_python/plotting.rst b/advanced_python/plotting.rst index 34e0726..d019c75 100644 --- a/advanced_python/plotting.rst +++ b/advanced_python/plotting.rst @@ -87,11 +87,9 @@ Embellishing Plots Now that we know how to make simple plots, let us look at embellishing the plots. We shall look at how to modify the colour, thickness and line-style of a plot. We shall then learn how to add title to a plot and then look at -adding labels to x and y axes. We shall also look at adding annotations to -the plot and setting the limits on the axes. +adding labels to x and y axes. We shall also look at adding annotations to the plot and setting the limits on the axes. -Let us decorate the sine curve that we have already plotted. If you have -closed that window or your IPython terminal, redo the plot. +Let us decorate the sine curve that we have already plotted. If you have closed that window or your IPython terminal, redo the plot. :: -- cgit