Changeset 8037:0fe69aedae6c
- Timestamp:
- 01/08/08 22:32:13 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/plot/plot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/plot/plot.py
r8036 r8037 2437 2437 2438 2438 exceptions = 0; msg='' 2439 for i in range(plot_points ):2439 for i in range(plot_points+1): 2440 2440 xi = xmin + i*delta 2441 2441 if i < plot_points: … … 2455 2455 # adaptive refinement 2456 2456 i, j = 0, 0 2457 print data2458 2457 max_bend = float(options['max_bend']) 2459 2458 del options['max_bend']
Note: See TracChangeset
for help on using the changeset viewer.
