XYGraph Scope
A scope for XY plots providing axis and state context.
Inheritors
Properties
Functions
An area plot that draws data as points and lines with a filled area to a baseline.
An area plot that draws data as points and lines with a filled area to a baseline.
A line plot that draws a smooth, curved line that passes through each data point.
A Horizontal Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
A HeatMap plot displays 2-dimensional data values as color.
Creates a Horizontal Bar Plot.
A HorizontalBarPlot to be used in an XYGraph and that plots data points as horizontal bars.
A HorizontalBarPlot to be used in an XYGraph and that plots a single series of data points as horizontal bars.
Factory function to create a Composable that emits a solid colored bar. Each bar features a convex shape on both its starting and ending sides. There's an additional convex cutout at the bottom of the bar.
Factory function to create a Composable that emits a solid colored bar. Each bar features a planar shape at one end and a convex shape at the other.
A line plot that draws data as points and lines on an XYGraph.
A line plot that draws data as points and lines on an XYGraph.
A plot that renders multiple stacked series of data as lines with filled areas between them.
A Stacked Area Plot is like a line plot but with filled areas between lines.
A Horizontal Bar Plot to be used in an XYGraph and that plots multiple series as a stack of bars.
Composes a stacked horizontal bar plot. This is a convenience method which defers to HorizontalBarPlot. A stacked bar plot can be also achieved by placing multiple HorizontalBarPlots on an io.github.koalaplot.core.xygraph.XYGraph, one for each "layer" of bars.
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.
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.
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.
Creates a Vertical Bar Plot.
Factory function to create a Composable that emits a solid colored bar. Each bar features a convex shape on both its starting and ending sides. There's an additional convex cutout at the bottom of the bar.
Factory function to create a Composable that emits a solid colored bar. Each bar features a planar starting side and a convex ending side.
Places a Composable as an annotation on an XYGraph with the Composable's anchorPoint placed at the provided location.