2 个仓库
Renders bands that summarize error ranges using confidence intervals or other statistics.
Distinguishing note: No existing candidate covers error bands in charting; closest was audio frequency bands.
Explore 2 awesome GitHub repositories matching data & databases · Error Bands. Refine with filters or upvote what's useful.
uPlot 是一个高性能 Canvas 时间序列图表库,旨在以高帧率渲染数百万个数据点。它作为一个高频数据可视化工具和实时数据流绘图仪,利用 HTML5 Canvas API 在绘制大型时间数据集时保持响应性。 该项目的独特之处在于其基于插件的可视化框架,允许自定义渲染器创建专门的视觉效果,如热力图和箱线图。它还作为一个交互式金融图表工具,专门支持 OHLC 图表、柱状图和面积带。 该库涵盖了广泛的功能,包括具有线性、对数和均匀刻度的轴管理,以及通过缩放、平移和跨多个链接视图的同步光标进行的交互式导航。它提供了用于动态数据流式传输的滑动窗口缓冲系统,以及用于管理缺失数据和时区感知处理的工具。附加功能包括堆叠图表聚合以及将可视化导出为静态图像格式的能力。
Renders shaded area bands between data series to visualize uncertainty, ranges, or high-low-average bands.
Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo
Renders error bands summarizing uncertainty with confidence intervals.