Changeset 7734:33b373749ae7


Ignore:
Timestamp:
12/15/07 05:52:39 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

trac-1480-part2.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/interfaces/mathematica.py

    r7733 r7734  
    398398         
    399399        EXAMPLES: 
     400            sage: mathematica.chdir('/')          # optional 
     401            sage: mathematica('Directory[]')      # optional 
     402            "/"         
    400403        """ 
    401404        self.eval('SetDirectory["%s"]'%dir) 
     
    471474 
    472475        EXAMPLES: 
    473             sage: P = mathematica('Plot[Sin[x],{x,-2Pi,4Pi}]') 
    474             sage: show(P) 
    475             sage: P.show(ImageSize=800)         
     476            sage: P = mathematica('Plot[Sin[x],{x,-2Pi,4Pi}]')   # optional 
     477            sage: show(P)                                        # optional 
     478            sage: P.show(ImageSize=800)                          # optional 
    476479        """ 
    477480        P = self._check_valid() 
Note: See TracChangeset for help on using the changeset viewer.