An axis label (e.g., xlabel, ylabel, etc.)
Instance methods
repr
returns a string representation of object of some class
Sourcerotate_axis_parallel
Specify that the axis label should be rotated to be in parallel to the corresponding axis (for 3D plots).
Sourcerotate_by(degrees :
Int32)
specific that the axis label should be rotated by a given angle in degrees
Sourcerotate_none
Specify that the axis label should not be rotated
Sourceset the text of the axis label
SourceAppends 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