sage: c =Cone([(1,2,0),(0,0,-1)])
sage: c.plot?
Type: instancemethod
Base Class: <type 'instancemethod'>
String Form: <bound method ConvexRationalPolyhedralCone.plot of 2-d cone in
3-d lattice N>
Namespace: Interactive
File:
/home/vbraun/Sage/sage/local/lib/python2.6/site-packages/sage/geometry/cone.py
Definition: c.plot(self, **options)
Docstring:
Plot "self".
INPUT:
* any options for toric plots (see "toric_plotter.options"), none
are mandatory.
OUTPUT:
* a plot.
EXAMPLES:
sage: quadrant = Cone([(1,0), (0,1)])
sage: quadrant.plot()
sage: toric_plotter.options()
{'zmax': None, 'lattice_filter': None, 'ray_thickness': 3, 'wall_label':
'\\sigma', 'zmin': None, 'ray_zorder': -4, 'generator_color': 'blue',
'generator_thickness': None, 'radius': None, 'wall_color': 'rainbow',
'xmin': None, 'point_size': None, 'wall_zorder': -5, 'ymin': None,
'label_color': 'black', 'ray_color': 'purple', 'label_zorder': -1,
'font_size': 14, 'ymax': None, 'wall_alpha': 0.40000000000000002,
'point_color': 'black', 'point_zorder': -2, 'show_generators': True,
'generator_zorder': -3, 'mode': 'round', 'xmax': None, 'show_rays': True,
'show_lattice': None, 'ray_label': 'u', 'show_walls': True}
sage: c.plot(show_lattice=False)
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org