Changeset 2713:f1e3cefb288c
- Timestamp:
- 01/28/07 22:36:42 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/interfaces/povray.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/interfaces/povray.py
r2561 r2713 40 40 return "You must specify a width and height." 41 41 42 cmd = "povray -D + I%s +O%s " % (pov_file, outfile)42 cmd = "povray -D +FP +I%s +O%s " % (pov_file, outfile) 43 43 for k, v in kwargs.iteritems(): 44 44 cmd += "+%s%s " % (k, v)
Note: See TracChangeset
for help on using the changeset viewer.
