savefig/script.rst
changeset 368 fd3c10a3d234
parent 353 e13e3452c599
child 469 cfe73374e6ca
equal deleted inserted replaced
367:2ca9b21ed8f9 368:fd3c10a3d234
    13 ..   1. should have ``ipython`` and ``pylab`` installed. 
    13 ..   1. should have ``ipython`` and ``pylab`` installed. 
    14 ..   #. getting started with ``ipython``.
    14 ..   #. getting started with ``ipython``.
    15 ..   #. using plot command interactively.
    15 ..   #. using plot command interactively.
    16      
    16      
    17 .. Author              : Anoop Jacob Thomas <anoop@fossee.in>
    17 .. Author              : Anoop Jacob Thomas <anoop@fossee.in>
    18    Internal Reviewer   : 
    18    Internal Reviewer   : Puneeth
    19    External Reviewer   :
    19    External Reviewer   :
    20    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    20    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    21 
    21 
    22 .. #[Puneeth: Quickref missing.]
    22 .. #[Puneeth: Quickref missing.]
    23 
    23 
    81 filename. The last 3 characters after the ``.`` in the filename is the
    81 filename. The last 3 characters after the ``.`` in the filename is the
    82 extension or type of the file which determines the format in which you
    82 extension or type of the file which determines the format in which you
    83 want to save.
    83 want to save.
    84 
    84 
    85 .. #[Puneeth: removed mention of string]
    85 .. #[Puneeth: removed mention of string]
       
    86 
       
    87 .. #[[Anoop: I think this treatment is better :) ]]
    86 
    88 
    87 {{{ Highlight the /home/fossee part using mouse movements }}}
    89 {{{ Highlight the /home/fossee part using mouse movements }}}
    88 
    90 
    89 Also, note that we gave the full path or the absolute path to which we
    91 Also, note that we gave the full path or the absolute path to which we
    90 want to save the file.
    92 want to save the file.