summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2011-05-10 03:57:13 -0700
committerJovina2011-05-10 03:57:13 -0700
commitd32628e4d56db17b6c06067b838b9cb51b2e7ef0 (patch)
treeda09bbbd6349a3b31623e670fe59ba2801d15373
parent60d5ed341bedf9d8276ecec2ae5d858ba2e8238b (diff)
downloadst-scripts-d32628e4d56db17b6c06067b838b9cb51b2e7ef0.tar.gz
st-scripts-d32628e4d56db17b6c06067b838b9cb51b2e7ef0.tar.bz2
st-scripts-d32628e4d56db17b6c06067b838b9cb51b2e7ef0.zip
Minor changes to the script 'Other types of plots'.
-rw-r--r--other_types_of_plots/script.rst15
1 files 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!