--- 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.