XYGraph Scope
A scope for XY plots providing axis and state context.
Properties
Functions
An area plot that draws data as points and lines with a filled area to a baseline.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
A line plot that draws data as points and lines on an XYGraph.
A Stacked Area Plot is like a line plot but with filled areas between lines, and where each successive line is added to all of the lines before it, so they stack.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series as a stack of bars.
Composes a stacked vertical bar plot. This is a convenience method which defers to VerticalBarPlot. A stacked bar plot can be also achieved by placing multiple VerticalBarPlots on an io.github.koalaplot.core.xygraph.XYGraph, one for each "layer" of bars.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
Creates a Vertical Bar Plot.
A VerticalBarPlot to be used in an XYGraph and that plots data points as vertical bars.
A VerticalBarPlot to be used in an XYGraph and that plots a single series of data points as vertical bars.
Places a Composable as an annotation on an XYGraph with the Composable's anchorPoint placed at the provided location.