1SVG::Graph::Glyph::axisU(s3e)r Contributed Perl DocumentaStViGo:n:Graph::Glyph::axis(3)
2
3
4
6 SVG::Graph::Glyph::axis
7
8 draw
9 Title : draw
10 Usage :
11 Function:
12 Example :
13 Returns :
14 Args :
15
16 x_intercept
17 Title : x_intercept
18 Usage : $obj->x_intercept($newval)
19 Function:
20 Example :
21 Returns : value of x_intercept (a scalar)
22 Args : on set, new value (a scalar or undef, optional)
23
24 y_intercept
25 Title : y_intercept
26 Usage : $obj->y_intercept($newval)
27 Function:
28 Example :
29 Returns : value of y_intercept (a scalar)
30 Args : on set, new value (a scalar or undef, optional)
31
32 x_fractional_ticks
33 Title : x_fractional_ticks
34 Usage : $obj->x_fractional_ticks($newval)
35 Function:
36 Example :
37 Returns : value of x_fractional_ticks (a scalar)
38 Args : on set, new value (a scalar or undef, optional)
39
40 y_fractional_ticks
41 Title : y_fractional_ticks
42 Usage : $obj->y_fractional_ticks($newval)
43 Function:
44 Example :
45 Returns : value of y_fractional_ticks (a scalar)
46 Args : on set, new value (a scalar or undef, optional)
47
48 x_absolute_ticks
49 Title : x_absolute_ticks
50 Usage : $obj->x_absolute_ticks($newval)
51 Function:
52 Example :
53 Returns : value of x_absolute_ticks (a scalar)
54 Args : on set, new value (a scalar or undef, optional)
55
56 y_fractional_ticks
57 Title : y_fractional_ticks
58 Usage : $obj->y_fractional_ticks($newval)
59 Function:
60 Example :
61 Returns : value of y_fractional_ticks (a scalar)
62 Args : on set, new value (a scalar or undef, optional)
63
64 x_intertick_labels
65 Title : x_intertick_labels
66 Usage : $obj->x_intertick_labels($newval)
67 Function:
68 Example :
69 Returns : value of x_intertick_labels (a scalar)
70 Args : on set, new value (a scalar or undef, optional)
71
72 x_tick_labels
73 Title : x_tick_labels
74 Usage : $obj->x_tick_labels($newval)
75 Function:
76 Example :
77 Returns : value of x_tick_labels (a scalar)
78 Args : on set, new value (a scalar or undef, optional)
79
80 y_intertick_labels
81 Title : y_intertick_labels
82 Usage : $obj->y_intertick_labels($newval)
83 Function:
84 Example :
85 Returns : value of y_intertick_labels (a scalar)
86 Args : on set, new value (a scalar or undef, optional)
87
88 y_tick_labels
89 Title : y_tick_labels
90 Usage : $obj->y_tick_labels($newval)
91 Function:
92 Example :
93 Returns : value of y_tick_labels (a scalar)
94 Args : on set, new value (a scalar or undef, optional)
95
97 Chris Fields <cjfields@bioperl.org>
98
100 This software is Copyright (c) 2012 by Chris Fields.
101
102 This is free software, licensed under:
103
104 The Artistic License 2.0 (GPL Compatible)
105
106
107
108perl v5.28.0 2018-07-15 SVG::Graph::Glyph::axis(3)