From c8dbfd6beae678d309a4a45328f24763afeac078 Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 14 Sep 2011 16:35:05 +0530 Subject: Minor correction to the plotting slides of advanced python. --- advanced_python/plotting.rst | 2 +- advanced_python/slides/plotting.tex | 2 +- 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} -- cgit