Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Add Basic Continuous Error Bands Operator #2713

Closed zhaoKelvin closed 1 month ago

zhaoKelvin commented 2 months ago

Purpose

Implement the Continuous Error Bands Plot Python native operator to expand Texera's built-in visualization capabilities.

Description

Continuous error bands visually depict the margin of error or uncertainty as a shaded area surrounding a primary line, offering an alternative to traditional discrete whisker-like error bars.

The operator was implemented using the Plotly library.

Changes

The following files were added/updated:

Demo

Simple Example Usage of the Continuous Error Bands operator:

Screenshot 2024-07-01 at 7 37 10 PM