From d32628e4d56db17b6c06067b838b9cb51b2e7ef0 Mon Sep 17 00:00:00 2001 From: Jovina Date: Tue, 10 May 2011 03:57:13 -0700 Subject: Minor changes to the script 'Other types of plots'. --- other_types_of_plots/script.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/other_types_of_plots/script.rst b/other_types_of_plots/script.rst index 0c3011a..df12bf3 100644 --- a/other_types_of_plots/script.rst +++ b/other_types_of_plots/script.rst @@ -394,18 +394,18 @@ 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. - a. True - #. False + - True + - False 2. What statement can be issued to generate a bar chart with vertical line hatching. - a. bar(x, y, color='w', hatch='/') - #. bar(x, y, fill=False, hatch='\\') - #. bar(x, y, fill=False, hatch='|') - #. bar(x, y, color='w', hatch='\') + - bar(x, y, color='w', hatch='/') + - bar(x, y, fill=False, hatch='//') + - bar(x, y, fill=False, hatch='|') + - bar(x, y, color='w', hatch='\') .. L35 @@ -424,5 +424,6 @@ And the answers, {{{ switch to the thank you slide }}} .. R36 + Hope you have enjoyed and found it useful. Thank you! -- cgit