diff options
Diffstat (limited to 'advanced_python/plotting.rst')
-rw-r--r-- | advanced_python/plotting.rst | 2 |
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 |