plotting-data/questions.rst
changeset 399 3c16961361cd
parent 372 8e05616c4102
child 416 06ac45f4de88
equal deleted inserted replaced
398:36295bb91766 399:3c16961361cd
    21 
    21 
    22 3. How do you plot points ?
    22 3. How do you plot points ?
    23 
    23 
    24    By passing an extra parameter '.'.
    24    By passing an extra parameter '.'.
    25 
    25 
       
    26 .. #[[Anoop: It can better if asked as, How do you plot the data as
       
    27    points using plot function?]]
       
    28 
    26 4. What does the parameter 'o' do ?
    29 4. What does the parameter 'o' do ?
    27 
    30 
    28    It plots large points.
    31    It plots large points.
       
    32 
       
    33 .. #[[Anoop: give an example and ask what it does, like plot(x, y,
       
    34    'o'), that makes the question simple]]
    29 
    35 
    30 5. How do you plot error in Python?
    36 5. How do you plot error in Python?
    31 
    37 
    32    Using the function error bar.
    38    Using the function error bar.
    33 
    39