diff options
Diffstat (limited to 'multiple_plots/script.rst')
-rw-r--r-- | multiple_plots/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiple_plots/script.rst b/multiple_plots/script.rst index d3dcdfe..d154ca5 100644 --- a/multiple_plots/script.rst +++ b/multiple_plots/script.rst @@ -526,7 +526,7 @@ Here are some self assessment questions for you to solve And the answers, -1. The command "figure" can get us the individual plots seperately. +1. The command "figure()" can get us the individual plots seperately. 2. The subplot command takes three arguments namely the number of rows followed by the the number of columns and the plot number.Hence the first option is correct. |