sourCEntral - mobile manpages

pdf

SVG::Graph::Glyph::axis

NAME

SVG::Graph::Glyph::axis

draw

 Title   : draw
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

x_intercept

 Title   : x_intercept
 Usage   : $obj−>x_intercept($newval)
 Function:
 Example :
 Returns : value of x_intercept (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

y_intercept

 Title   : y_intercept
 Usage   : $obj−>y_intercept($newval)
 Function:
 Example :
 Returns : value of y_intercept (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

x_fractional_ticks

 Title   : x_fractional_ticks
 Usage   : $obj−>x_fractional_ticks($newval)
 Function:
 Example :
 Returns : value of x_fractional_ticks (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

y_fractional_ticks

 Title   : y_fractional_ticks
 Usage   : $obj−>y_fractional_ticks($newval)
 Function:
 Example :
 Returns : value of y_fractional_ticks (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

x_absolute_ticks

 Title   : x_absolute_ticks
 Usage   : $obj−>x_absolute_ticks($newval)
 Function:
 Example :
 Returns : value of x_absolute_ticks (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

y_fractional_ticks

 Title   : y_fractional_ticks
 Usage   : $obj−>y_fractional_ticks($newval)
 Function:
 Example :
 Returns : value of y_fractional_ticks (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

x_intertick_labels

 Title   : x_intertick_labels
 Usage   : $obj−>x_intertick_labels($newval)
 Function:
 Example :
 Returns : value of x_intertick_labels (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

x_tick_labels

 Title   : x_tick_labels
 Usage   : $obj−>x_tick_labels($newval)
 Function:
 Example :
 Returns : value of x_tick_labels (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

y_intertick_labels

 Title   : y_intertick_labels
 Usage   : $obj−>y_intertick_labels($newval)
 Function:
 Example :
 Returns : value of y_intertick_labels (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

y_tick_labels

 Title   : y_tick_labels
 Usage   : $obj−>y_tick_labels($newval)
 Function:
 Example :
 Returns : value of y_tick_labels (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

AUTHOR

Chris Fields <cjfields AT bioperl DOT org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Chris Fields.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
pdf