summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2011-09-14 16:35:05 +0530
committerJovina2011-09-14 16:35:05 +0530
commitc8dbfd6beae678d309a4a45328f24763afeac078 (patch)
treea5ab9f847b59debffbb3ce7f43506a798141f4cf
parentf7443fa16374bd25d6b38140e988c26a887d6934 (diff)
downloadsees-c8dbfd6beae678d309a4a45328f24763afeac078.tar.gz
sees-c8dbfd6beae678d309a4a45328f24763afeac078.tar.bz2
sees-c8dbfd6beae678d309a4a45328f24763afeac078.zip
Minor correction to the plotting slides of advanced python.
-rw-r--r--advanced_python/plotting.rst2
-rw-r--r--advanced_python/slides/plotting.tex2
2 files changed, 2 insertions, 2 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
diff --git a/advanced_python/slides/plotting.tex b/advanced_python/slides/plotting.tex
index b8b4bce..4f8d51f 100644
--- a/advanced_python/slides/plotting.tex
+++ b/advanced_python/slides/plotting.tex
@@ -136,7 +136,7 @@
# last 5 commands
\end{lstlisting}
\begin{lstlisting}
- %hist 5 10
+ %hist 5-10
# commands between 5 and 10
\end{lstlisting}
\end{frame}