series
|
The page is in the process of being translated. |
#
Makie.series — Function
series(curves)
Curves can be:
-
AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines -
AbstractMatrix: each row represents y coordinates of the line, whilexgoes from1:size(curves, 1) -
AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines -
AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates
If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.
Plot type
The plot type alias for the series function is Series.