summaryrefslogtreecommitdiff
path: root/advanced_python/plotting.rst
diff options
context:
space:
mode:
authorJovina2011-09-14 16:35:05 +0530
committerJovina2011-09-14 16:35:05 +0530
commitc8dbfd6beae678d309a4a45328f24763afeac078 (patch)
treea5ab9f847b59debffbb3ce7f43506a798141f4cf /advanced_python/plotting.rst
parentf7443fa16374bd25d6b38140e988c26a887d6934 (diff)
downloadsees-c8dbfd6beae678d309a4a45328f24763afeac078.tar.gz
sees-c8dbfd6beae678d309a4a45328f24763afeac078.tar.bz2
sees-c8dbfd6beae678d309a4a45328f24763afeac078.zip
Minor correction to the plotting slides of advanced python.
Diffstat (limited to 'advanced_python/plotting.rst')
-rw-r--r--advanced_python/plotting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced_python/plotting.rst b/advanced_python/plotting.rst
index d019c75..ad246d4 100644
--- a/advanced_python/plotting.rst
+++ b/advanced_python/plotting.rst
@@ -288,7 +288,7 @@ To list all the commands between 5 and 10, type
::
- %hist 5 10
+ %hist 5-10
Now that we have the history, we would like to save the required lines of
code from history to reproduce the plot of the parabolic function. This is