plotting-data/questions.rst
changeset 457 68813d8d80fb
parent 416 06ac45f4de88
equal deleted inserted replaced
456:be96dc6c9743 457:68813d8d80fb
    17 
    17 
    18    square(distance_values)
    18    square(distance_values)
    19    
    19    
    20  
    20  
    21 
    21 
    22 3. How do you plot points ?
    22 3. How do you plot the data as points using plot function?
    23 
    23 
    24    By passing an extra parameter '.'.
    24    By passing an extra parameter '.'.
    25 
    25 
    26 4. What does the parameter 'o' do ?
    26 .. #[[Anoop: It can better if asked as, How do you plot the data as
       
    27    points using plot function?]]
       
    28 
       
    29 4. Can you comment about the result of this plot command .
       
    30    plot(x, y,'o')
       
    31 
    27 
    32 
    28    It plots large points.
    33    It plots large points.
       
    34 
       
    35 .. #[[Anoop: give an example and ask what it does, like plot(x, y,
       
    36    'o'), that makes the question simple]]
    29 
    37 
    30 5. How do you plot error in Python?
    38 5. How do you plot error in Python?
    31 
    39 
    32    Using the function error bar.
    40    Using the function error bar.
    33 
    41