Changeset 7734:33b373749ae7
- Timestamp:
- 12/15/07 05:52:39 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/interfaces/mathematica.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/interfaces/mathematica.py
r7733 r7734 398 398 399 399 EXAMPLES: 400 sage: mathematica.chdir('/') # optional 401 sage: mathematica('Directory[]') # optional 402 "/" 400 403 """ 401 404 self.eval('SetDirectory["%s"]'%dir) … … 471 474 472 475 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 476 479 """ 477 480 P = self._check_valid()
Note: See TracChangeset
for help on using the changeset viewer.
