diff options
author | Jovina | 2011-05-10 02:42:15 -0700 |
---|---|---|
committer | Jovina | 2011-05-10 02:42:15 -0700 |
commit | e25eab7062104d1b37b844d8332a856e2a7ff9fd (patch) | |
tree | 517e182d375ea5cf7ee70c260f6263db123bc056 | |
parent | de3f0f226a59cf12d12b6f8bec8af94c1753bd56 (diff) | |
download | st-scripts-e25eab7062104d1b37b844d8332a856e2a7ff9fd.tar.gz st-scripts-e25eab7062104d1b37b844d8332a856e2a7ff9fd.tar.bz2 st-scripts-e25eab7062104d1b37b844d8332a856e2a7ff9fd.zip |
Minor changes to the script 'Saving plots'.
-rw-r--r-- | saving_plots/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saving_plots/script.rst b/saving_plots/script.rst index 9f93d8c..ca8382a 100644 --- a/saving_plots/script.rst +++ b/saving_plots/script.rst @@ -251,7 +251,7 @@ Here are some self assessment questions for you to solve 2. ``savefig('sine.png')`` saves the plot in, - - The root directory ``/`` (on GNU/Linux, Unix based systems) + - The root directory ``/`` (on GNU/Linux, Unix based systems), ``c:\`` (on windows). - Will result in an error as full path is not supplied. - The current working directory. |