Changeset 4895:4ae6942a976e
Legend:
- Unmodified
- Added
- Removed
-
sage/plot/all.py
r4332 r4895 1 from plot import (Graphics, line, polygon, plot, point, 1 from plot import (Graphics, line, polygon, plot, point, points, 2 2 text, circle, disk, hue, graphics_array, 3 3 list_plot, networkx_plot, parametric_plot, -
sage/plot/plot.py
r4525 r4895 2109 2109 # unique point instance 2110 2110 point = PointFactory() 2111 points = point 2111 2112 2112 2113
Note: See TracChangeset
for help on using the changeset viewer.
