Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aquaplot
master
Top Level Namespace
AquaPlot
Bar
DataSet
Exceptions
DirectoryNotFoundError
KeyError
ShapeError
TypeError
Function
GlobalPlotOptions
Histogram
Line
Line3D
NColumns
Plot
Plot3D
PlotBase
Scatter
Scatter3D
SeriesOptions
Util
Font
Offset
OffsetXY
Title
XY
View
XorXY
XYZ
Built with Crystal 1.9.2
2023-10-08 10:21:56 UTC
abstract class
AquaPlot::NColumns
AquaPlot::NColumns
AquaPlot::SeriesOptions
AquaPlot::DataSet
Reference
Object
Defined in:
series/base.cr
Constructors
.new
(*args, labels : Indexable(Number | String) | Nil =
nil
, **options)
Instance methods inherited from class
AquaPlot::SeriesOptions
get_linecolor
get_linecolor
,
get_linewidth
get_linewidth
,
get_pointsize
get_pointsize
,
get_pointtype
get_pointtype
,
get_style
get_style
,
linecolor : String
linecolor
,
linecolor=(linecolor : String)
linecolor=
,
linewidth : Int32
linewidth
,
linewidth=(linewidth : Int32)
linewidth=
,
pointsize : Int32
pointsize
,
pointsize=(pointsize : Int32)
pointsize=
,
pointtype : Int32
pointtype
,
pointtype=(pointtype : Int32)
pointtype=
,
set_linecolor(linecolor : String)
set_linecolor
,
set_linewidth(linewidth : Int32)
set_linewidth
,
style : String
style
,
style=(style : String)
style=
,
to_s
to_s
Constructor methods inherited from class
AquaPlot::SeriesOptions
new(linecolor : String =
""
, linewidth : Int32 =
2
, pointtype : Int32 =
7
, pointsize : Int32 =
2
, **options)
new
Instance methods inherited from class
AquaPlot::DataSet
cleanup : Bool
cleanup
,
cleanup=(cleanup : Bool)
cleanup=
,
filename : String
filename
,
filename=(filename : String)
filename=
,
finalize
finalize
,
get_filename
get_filename
,
get_title
get_title
,
set_title(text)
set_title
,
title : AquaPlot::Util::Title
title
,
title=(title : AquaPlot::Util::Title)
title=
Constructor methods inherited from class
AquaPlot::DataSet
new(title =
nil
)
new
Constructor Detail
def self.
new
(*args, labels : Indexable(Number | String) | Nil =
nil
, **options)
#
[
View source
]