summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2011-08-10 16:26:14 +0530
committerJovina2011-08-10 16:26:14 +0530
commit106a900bbe2e163572cedaaf2ac651a00e642e75 (patch)
treee58b810bbf2404546392f3f2e0d0c8dae1b24e06
parent0ccad28c7dae7aa8b7467031afbcdf4ef6b2dbd0 (diff)
downloadst-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.tar.gz
st-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.tar.bz2
st-scripts-106a900bbe2e163572cedaaf2ac651a00e642e75.zip
Minor correction to script 'multiple plots'.
-rw-r--r--multiple_plots/script.rst2
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