diff options
author | Bhanukiran | 2010-11-17 17:30:10 +0530 |
---|---|---|
committer | Bhanukiran | 2010-11-17 17:30:10 +0530 |
commit | 66b5c35494866a8c94a3d9dce33dbc40d86542cb (patch) | |
tree | 88a3f59c407d9a30664dc288a5de421857362c2b /multiple-plots | |
parent | 2d18bd92ddf8bf72ea5a29e5ce05b22199570ba9 (diff) | |
parent | 81b4534d09c860eb324099008878c319440c6508 (diff) | |
download | st-scripts-66b5c35494866a8c94a3d9dce33dbc40d86542cb.tar.gz st-scripts-66b5c35494866a8c94a3d9dce33dbc40d86542cb.tar.bz2 st-scripts-66b5c35494866a8c94a3d9dce33dbc40d86542cb.zip |
Merged heads.
Diffstat (limited to 'multiple-plots')
-rw-r--r-- | multiple-plots/script.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multiple-plots/script.rst b/multiple-plots/script.rst index 08b0892..0271b9a 100644 --- a/multiple-plots/script.rst +++ b/multiple-plots/script.rst @@ -20,6 +20,9 @@ Internal Reviewer 1 : [potential reviewer: Puneeth] Internal Reviewer 2 : Nishanth External Reviewer : + Language Reviewer : Bhanukiran + Checklist OK? : <, not OK> [] + Script ------ @@ -205,7 +208,7 @@ can, for example, save each plot separately {{{ Have both plot window and ipython side by side }}} -We also titled the our first plot as 'sin(y)' which we did not do for +We also titled our first plot as 'sin(y)' which we did not do for the second plot. Let us attempt another exercise problem @@ -264,7 +267,7 @@ rows of subplots that must be created, {{{ Have both plot window and ipython side by side }}} -in this case we have 2 so it spilts the plotting area horizontally for +in this case we have 2 as the first argument so it spilts the plotting area horizontally for two subplots. The second argument specifies the number of coloumns of subplots that must be created. We passed 1 as the argument so the plotting area won't be split vertically and the last argument |