Cryplot::Draw
Inherits Cryplot::FilledCurveMixin / Cryplot::BaseMixin / Cryplot::FillMixin / Cryplot::BaseMixin / Cryplot::PointMixin / Cryplot::BaseMixin / Cryplot::LineMixin / Cryplot::BaseMixin / Reference / Object
class where options for the plotted elements can be specified
Constructors
Instance methods
Set the axes to use for this plot (e.g., "x1y1", "x1y2" for secondary y-axis).
Set the legend label of the plotted element to be retrieved from the header of a column with given index.
Set the legend label of the plotted element to be retrieved from the header of column.
Enable palette-based coloring using a data column. This is used for scatter plots with color mapping.
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>
Enable variable point size from a data column. This is used for scatter plots with size mapping.
Set the column in the data file containing the tic labels for x axis