diff options
author | Bhanukiran | 2010-11-15 15:36:00 +0530 |
---|---|---|
committer | Bhanukiran | 2010-11-15 15:36:00 +0530 |
commit | b741fd6dc42cedef82c7bae97a83c0f71280b982 (patch) | |
tree | b86d225c13436746cb2edb57ea3767f9c359020d | |
parent | 4ca459ef15ee3bd9ceaa61210d74a1609bdc53ce (diff) | |
download | st-scripts-b741fd6dc42cedef82c7bae97a83c0f71280b982.tar.gz st-scripts-b741fd6dc42cedef82c7bae97a83c0f71280b982.tar.bz2 st-scripts-b741fd6dc42cedef82c7bae97a83c0f71280b982.zip |
Language check done for `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 08b0892..6d51418 100644 --- a/multiple-plots/script.rst +++ b/multiple-plots/script.rst @@ -20,6 +20,7 @@ Internal Reviewer 1 : [potential reviewer: Puneeth] Internal Reviewer 2 : Nishanth External Reviewer : + Language Reviewer : Bhanukiran Script ------ @@ -205,7 +206,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 +265,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 |