diff options
author | Puneeth Chaganti | 2011-05-19 15:18:56 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-05-19 15:18:56 +0530 |
commit | bb61068c0b28d166a9efab5ed6a541d118886138 (patch) | |
tree | ce34ead92e033dc7277b4ad6d97c10a4ca9a0f4f /multiple_plots | |
parent | 55dd6a16a1955e46487110e71305323335839e27 (diff) | |
download | st-scripts-bb61068c0b28d166a9efab5ed6a541d118886138.tar.gz st-scripts-bb61068c0b28d166a9efab5ed6a541d118886138.tar.bz2 st-scripts-bb61068c0b28d166a9efab5ed6a541d118886138.zip |
Minor changes to additional_ipython and multiple_plots.
Diffstat (limited to 'multiple_plots')
-rw-r--r-- | multiple_plots/script.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multiple_plots/script.rst b/multiple_plots/script.rst index 2ebb45a..34a0b9c 100644 --- a/multiple_plots/script.rst +++ b/multiple_plots/script.rst @@ -42,8 +42,9 @@ At the end of this tutorial, you will be able to, .. R3 -Before beginning this tutorial,we would suggest you to complete the -tutorial on "Using plot interactively" , "Embellishing a plot" and "Saving plots". +Before beginning this tutorial,we would suggest you to complete the +tutorial on "Using plot interactively", "Embellishing a plot" and +"Saving plots". To begin with let us start ipython with pylab, by typing ipython -pylab on the terminal. |