|
|
__init__(self,
color=(0, 0, 0),
fontsize=8,
linewidth=0.6,
axes_labels=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
axes_label_color=(0, 0, 0),
tick_label_color=(0, 0, 0))
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
_in_range(self,
v,
minval,
maxval)
find axis values set in a given range |
source code
|
|
|
|
|
|
|
|
|
|
| _tasteless_ticks(self,
minval,
maxval,
num_pieces) |
source code
|
|
|
|
_find_axes(self,
minval,
maxval)
Try to find axis tick positions that are well spaced |
source code
|
|
|
|
| _draw_axes(self,
subplot,
axes,
xmin,
xmax,
ymin,
ymax,
x_axis_ypos,
y_axis_xpos) |
source code
|
|
|
|
| _draw_axes_labels(self,
subplot,
axes_labels,
xmin,
xmax,
ymin,
ymax,
xstep,
ystep,
x_axis_ypos,
y_axis_xpos,
pad=0.2) |
source code
|
|
|
|
add_xy_axes(self,
subplot,
xmin,
xmax,
ymin,
ymax,
axes=True,
ticks='automatic',
axesstyle='automatic',
axes_labels=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...)
\code{_add_xy_axes} is used when the 'save' method
of any Graphics object is called. |
source code
|
|
|
|
_draw_frame(self,
subplot,
xmins,
xmaxs,
ymins,
ymaxs)
Draw a frame around a graphic at the given
(scaled out) x and y min and max values. |
source code
|
|
|
|
add_xy_frame_axes(self,
subplot,
xmin,
xmax,
ymin,
ymax,
axes_with_no_ticks=False,
axes_labels=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...)
Draw a frame around the perimeter of a graphic. |
source code
|
|
|
|
|
|
Inherited from structure.sage_object.SageObject:
__hash__,
__new__,
__repr__,
_axiom_,
_axiom_init_,
_gap_,
_gap_init_,
_gp_,
_gp_init_,
_interface_,
_interface_init_,
_interface_is_cached_,
_kash_,
_kash_init_,
_macaulay2_,
_macaulay2_init_,
_magma_,
_magma_init_,
_maple_,
_maple_init_,
_mathematica_,
_mathematica_init_,
_maxima_,
_maxima_init_,
_octave_,
_octave_init_,
_pari_,
_pari_init_,
_r_init_,
_sage_,
_singular_,
_singular_init_,
category,
db,
dump,
dumps,
plot,
rename,
reset_name,
save,
version
Inherited from object:
__delattr__,
__getattribute__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|