Changeset 4895:4ae6942a976e


Ignore:
Timestamp:
06/07/07 17:04:15 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Allow points as a synonym for point.

Location:
sage/plot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sage/plot/all.py

    r4332 r4895  
    1 from plot import (Graphics, line, polygon, plot, point,  
     1from plot import (Graphics, line, polygon, plot, point, points, 
    22                  text, circle, disk, hue, graphics_array,  
    33                  list_plot, networkx_plot, parametric_plot, 
  • sage/plot/plot.py

    r4525 r4895  
    21092109# unique point instance 
    21102110point = PointFactory() 
     2111points = point 
    21112112 
    21122113 
Note: See TracChangeset for help on using the changeset viewer.