class

Cryplot::Border

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

Used to specific options for plot border

Constructors

Instance methods

back_vertical

Activate the back vertical border edge in a 3d perspective.

Source
bottom

Activate the bottom border edge on the xy plane for a 2d plot.

Source
bottom_left_back

Activate the border edge on the bottom xy plane going from the left corder to back corner in a 3d perspective.

Source
bottom_left_front

Activate the border edge on the bottom xy plane going from the left corner to front corner in a 3d perspective.

Source
bottom_right_back

Activate the border edge on the bottom xy plane going from the right corder to back corner in a 3d perspective.

Source
bottom_right_front

Activate the border edge on the bottom xy plane going from the right corner to front corner in a 3d perspective.

Source
clear

Remove all border edges from a 2d or 3d plot.

Source
front_vertical

Activate the front vertical border edge in a 3d perspective.

Source
left

Activate the left border edge on the xy plane for a 2d plot.

Source
left_vertical

Activate the left vertical border edge in a 3d perspective.

Source
none

Set all border edges to inactive. Methods none and clear have identical effect.

Source
polar

Set the border for polar plot.

Source
repr

returns a string representation of object of some class

Source
right

Activate the right border edge on the xy plane for a 2d plot.

Source
right_vertical

Activate the right vertical border edge in a 3d perspective.

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
top

Activate the top border edge on the xy plane for a 2d plot.

Source
top_left_back

Activate the border edge on the top xy plane going from the left corner to back corner in a 3d perspective.

Source
top_left_front

Activate the border edge on the top xy plane going from the left corner to front corner in a 3d perspective.

Source
top_right_back

Activate the border edge on the top xy plane going from the right corder to back corner in a 3d perspective.

Source
top_right_front

Activate the border edge on the top xy plane going from the right corder to front corner in a 3d perspective.

Source