diff options
author | Jovina | 2011-09-13 16:30:42 +0530 |
---|---|---|
committer | Jovina | 2011-09-13 16:30:42 +0530 |
commit | 257dd79386cea651b45f67885e0bf3850681252c (patch) | |
tree | 7313ffea194674a2d630a2d87a035059952930f9 /advanced_python/plotting.rst | |
parent | 483021b097addf9aad7cce7fb53a3bbc9f55ffec (diff) | |
download | sees-257dd79386cea651b45f67885e0bf3850681252c.tar.gz sees-257dd79386cea651b45f67885e0bf3850681252c.tar.bz2 sees-257dd79386cea651b45f67885e0bf3850681252c.zip |
Minor changes to 'advanced python'.
Diffstat (limited to 'advanced_python/plotting.rst')
-rw-r--r-- | advanced_python/plotting.rst | 6 |
1 files changed, 2 insertions, 4 deletions
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. :: |