diff options
-rw-r--r-- | other_types_of_plots/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other_types_of_plots/script.rst b/other_types_of_plots/script.rst index df12bf3..5fc636f 100644 --- a/other_types_of_plots/script.rst +++ b/other_types_of_plots/script.rst @@ -394,7 +394,7 @@ In this tutorial we learnt to, Here are some self assessment questions for you to solve. 1. ``scatter(x, y, color='blue', marker='d')`` and ``plot(x, y, - color='b', marker='d')`` does exactly the same. + color='b', marker='d')`` does exactly the same. - True - False |