plotting-data/questions.rst
changeset 399 3c16961361cd
parent 372 8e05616c4102
child 416 06ac45f4de88
--- a/plotting-data/questions.rst	Sun Nov 07 18:36:59 2010 +0530
+++ b/plotting-data/questions.rst	Sun Nov 07 19:47:26 2010 +0530
@@ -23,10 +23,16 @@
 
    By passing an extra parameter '.'.
 
+.. #[[Anoop: It can better if asked as, How do you plot the data as
+   points using plot function?]]
+
 4. What does the parameter 'o' do ?
 
    It plots large points.
 
+.. #[[Anoop: give an example and ask what it does, like plot(x, y,
+   'o'), that makes the question simple]]
+
 5. How do you plot error in Python?
 
    Using the function error bar.