Cryplot::Border
Inherits Cryplot::DepthMixin / Cryplot::BaseMixin / Cryplot::LineMixin / Cryplot::BaseMixin / Reference / Object
Used to specific options for plot border
Constructors
Instance methods
Activate the border edge on the bottom xy plane going from the left corder to back corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the left corner to front corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the right corder to back corner in a 3d perspective.
Activate the border edge on the bottom xy plane going from the right corner to front corner in a 3d perspective.
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>
Activate the border edge on the top xy plane going from the left corner to back corner in a 3d perspective.
Activate the border edge on the top xy plane going from the left corner to front corner in a 3d perspective.
Activate the border edge on the top xy plane going from the right corder to back corner in a 3d perspective.
Activate the border edge on the top xy plane going from the right corder to front corner in a 3d perspective.