Raxol.Terminal.Graphics.ChartRenderers (Raxol v2.0.1)
View SourceChart rendering functions extracted from DataVisualization. Handles specific chart types: heatmaps, scatter plots, histograms.
Summary
Functions
Creates a heatmap visualization with the given data and configuration.
Creates a histogram visualization with the given values and configuration.
Creates a scatter plot visualization with the given points and configuration.
Flattens 2D heatmap data into a list of data points.
Converts histogram values into data points with binning.
Renders a heatmap visualization.
Renders a histogram visualization.
Renders a scatter plot visualization.
Functions
Creates a heatmap visualization with the given data and configuration.
Creates a histogram visualization with the given values and configuration.
Creates a scatter plot visualization with the given points and configuration.
Flattens 2D heatmap data into a list of data points.
Converts histogram values into data points with binning.
Renders a heatmap visualization.
Renders a histogram visualization.
Renders a scatter plot visualization.