diff options
author | Jovina | 2011-08-10 16:26:14 +0530 |
---|---|---|
committer | Jovina | 2011-08-10 16:26:14 +0530 |
commit | 106a900bbe2e163572cedaaf2ac651a00e642e75 (patch) | |
tree | e58b810bbf2404546392f3f2e0d0c8dae1b24e06 /multiple_plots | |
parent | 0ccad28c7dae7aa8b7467031afbcdf4ef6b2dbd0 (diff) | |
download | st-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.tar.gz st-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.tar.bz2 st-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.zip |
Minor correction to script 'multiple plots'.
Diffstat (limited to 'multiple_plots')
-rw-r--r-- | multiple_plots/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiple_plots/script.rst b/multiple_plots/script.rst index 34a0b9c..5aac19a 100644 --- a/multiple_plots/script.rst +++ b/multiple_plots/script.rst @@ -135,7 +135,7 @@ legend command does this for us. :: - legend(['sin(x)', 'cos(x)']) + legend(['sin(x)', 'sin(y)']) .. R9 |