module

Cryplot::BaseTics(T)

Inherits Cryplot::ShowMixin / Cryplot::BaseMixin / Cryplot::OffsetMixin / Cryplot::BaseMixin / Cryplot::TextMixin / Cryplot::FontMixin / Cryplot::BaseMixin

The class used to attach common tic options to a type that also specifies tic options.

Constructors

Instance methods

along_axis

Set the tics to be displayed along the axis.

Source
along_border

Set the tics to be displayed along the border.

Source
format(fmt : String)

Set the format of the tics using a format expression ("%.2f")

Source
inside_graph

Set the tics to be displayed inside the graph.

Source
logscale(base = 10)

Set logarithmic scale with base for an axis.

Source
mirror(value = true)

Set the tics to be mirrored on the opposite border if true.

Source
outside_graph

Set the tics to be displayed outside the graph.

Source
repr(axis : String) : String
Source
rotate(value = true)

Set the tics to be rotated by 90 degrees if true.

Source
rotate_by(degrees : Number)

Set the tics to be rotated by given degrees.

Source
scale_by(value : Number)

Set the scale for the major tics (identical to method scaleMajorBy).

Source
scale_major_by(value : Number)

Set the scale for the major tics.

Source
scale_minor_by(value : Number)

Set the scale for the minor tics.

Source
tics_base_repr
Source