Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
matplotcr
v0.1.10
Matplotcr
Annotation
Figure
Histogram
HorizontalLine
Line
LinePlot
Number
NumberArray
Plot
RCFont
ScatterPlot
Title
VerticalLine
XLimit
YLimit
Built with Crystal 1.9.2
2023-10-08 13:31:44 UTC
class
Matplotcr::ScatterPlot
Matplotcr::ScatterPlot
Matplotcr::Plot
Reference
Object
Defined in:
matplotcr.cr
Constructors
.new
(x : NumberArray, y : NumberArray, colour : String =
""
, marker : String | Nil =
nil
)
Instance Method Summary
#render
: String
Instance methods inherited from class
Matplotcr::Plot
convert_list(data : NumberArray) : String
convert_list
,
render : String
render
Constructor Detail
def self.
new
(x :
NumberArray
, y :
NumberArray
, colour : String =
""
, marker : String | Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
render
: String
#
[
View source
]