plotting-data/questions.rst
changeset 416 06ac45f4de88
parent 399 3c16961361cd
--- a/plotting-data/questions.rst	Tue Nov 09 12:42:40 2010 +0530
+++ b/plotting-data/questions.rst	Tue Nov 09 15:10:13 2010 +0530
@@ -19,14 +19,16 @@
    
  
 
-3. How do you plot points ?
+3. How do you plot the data as points using plot function?
 
    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 ?
+4. Can you comment about the result of this plot command .
+   plot(x, y,'o')
+
 
    It plots large points.