module Cryplot::BaseTics(T)
Overview
The class used to attach common tic options to a type that also specifies tic options.
Included Modules
Direct including types
Defined in:
plot/elems/tics.crConstructors
Instance Method Summary
-
#along_axis
Set the tics to be displayed along the axis.
-
#along_border
Set the tics to be displayed along the border.
-
#format(fmt : String)
Set the format of the tics using a format expression (
"%.2f"
) -
#inside_graph
Set the tics to be displayed inside the graph.
-
#logscale(base = 10)
Set logarithmic scale with base for an axis.
-
#mirror(value = true)
Set the tics to be mirrored on the opposite border if
true
. -
#outside_graph
Set the tics to be displayed outside the graph.
- #repr(axis : String) : String
-
#rotate(value = true)
Set the tics to be rotated by 90 degrees if
true
. -
#rotate_by(degrees : Number)
Set the tics to be rotated by given degrees.
-
#scale_by(value : Number)
Set the scale for the major tics (identical to method scaleMajorBy).
-
#scale_major_by(value : Number)
Set the scale for the major tics.
-
#scale_minor_by(value : Number)
Set the scale for the minor tics.
- #tics_base_repr : String