Package sage :: Package plot :: Module graph
[show private | hide private]
[frames | no frames]

Module sage.plot.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

Type:
dict
Value:
{'CONVERT': 'convert',
 'DVIPS': 'dvips',
 'GRAPHS_DIR': 'graphs',
 'LATEX': 'latex',
 'PS2PDF': 'ps2pdf',
 'PS_VIEWER': 'gv'}                                                    

Generated by Epydoc 2.1 on Fri May 20 19:41:03 2005 http://epydoc.sf.net