|
|
File: /sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/sage/plot/plot.py
Type: <type ‘instancemethod’>
Definition: canvas.set_axes_range(xmin=None, xmax=None, ymin=None, ymax=None)
Docstring:
Set the ranges of the x and y axes.
INPUT:
- xmin, xmax, ymin, ymax - floats
EXAMPLES:
sage: L = line([(1,2), (3,-4), (2, 5), (1,2)])
sage: L.set_axes_range(-1, 20, 0, 2)
sage: d = L.get_axes_range()
sage: d['xmin'], d['xmax'], d['ymin'], d['ymax']
(-1.0, 20.0, 0.0, 2.0)
File: /sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/sage/plot/plot.py
Type: <type ‘instancemethod’>
Definition: canvas.set_axes_range(xmin=None, xmax=None, ymin=None, ymax=None)
Docstring:
Set the ranges of the x and y axes.
INPUT:
- xmin, xmax, ymin, ymax - floats
EXAMPLES:
sage: L = line([(1,2), (3,-4), (2, 5), (1,2)])
sage: L.set_axes_range(-1, 20, 0, 2)
sage: d = L.get_axes_range()
sage: d['xmin'], d['xmax'], d['ymin'], d['ymax']
(-1.0, 20.0, 0.0, 2.0)
|