class

Cryplot::Grid

Inherits Cryplot::GridBase / Cryplot::ShowMixin / Cryplot::BaseMixin / Cryplot::DepthMixin / Cryplot::BaseMixin / Cryplot::LineMixin / Cryplot::BaseMixin / Reference / Object

class used to specify options for grid

Constructors

Instance methods

repr

returns a string representation of object of some class

Source
rtics

Return the specifications of the grid lines along major rtics.

Source
rtics_major

Return the specifications of the grid lines along minor rtics.

Source
rtics_minor

Return the specifications of the grid lines along minor rtics.

Source
to_s(io : IO) : Nil

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Source
xtics

Return the specifications of the grid lines along major xtics on the bottom axis.

Source
xtics_major_bottom

Return the specifications of the grid lines along major xtics on the bottom axis.

Source
xtics_major_top

Return the specifications of the grid lines along major xtics on the top axis.

Source
xtics_minor_bottom

Return the specifications of the grid lines along minor xtics on the bottom axis.

Source
xtics_minor_top

Return the specifications of the grid lines along minor xtics on the top axis.

Source
ytics

Return the specifications of the grid lines along major ytics on the left axis.

Source
ytics_major_left

Return the specifications of the grid lines along major ytics on the left axis.

Source
ytics_major_right

Return the specifications of the grid lines along major ytics on the right axis.

Source
ytics_minor_left

Return the specifications of the grid lines along major ytics on the right axis.

Source
ytics_minor_right

Return the specifications of the grid lines along major ytics on the left axis.

Source
ztics

Return the specifications of the grid lines along major ztics.

Source
ztics_major

Return the specifications of the grid lines along major ztics.

Source
ztics_minor

Return the specifications of the grid lines along minor ztics.

Source