Home | Trees | Index | Help |
|
---|
Package sage :: Package plot :: Module graph |
|
Package for drawing graphs related to elliptic curves, etc.
EXAMPLES:
g=Graph('ex2', (-3,-5),(3,5)) g.color(0.7) g.grid() g.color(0.4) g.axes() g.color(0,0,0.7) g.elliptic_curve([0,0,1,-1,0]) g.dvi()Classes | |
---|---|
Axes |
|
Circle |
|
Color |
|
Command |
|
Curve |
|
Disc |
|
Dot |
|
EllipticCurve |
|
Function |
Draw |
Graph |
|
Grid |
|
Line |
|
Path |
|
Point |
|
Polygon |
|
Set |
|
Text |
|
Ticks |
Put a vertical tick mark and label at each position on the x-axis between xmin and xmax that when scaled is an integer multiple of xmult. |
Function Summary | |
---|---|
load_graph(filename)
|
Variable Summary | |
---|---|
dict |
tools = {'LATEX': 'latex', 'CONVERT': 'convert', 'PS_VIE...
|
Variable Details |
---|
tools
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 20 15:43:22 2005 | http://epydoc.sf.net |