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 Quiver Plot Visualization Operator #2707

Closed IamtherealBrian closed 2 months ago

IamtherealBrian commented 2 months ago

Purpose: The purpose of the PR is to add a visualization quiver plot operator. -Please refer to: https://plotly.com/python/quiver-plots/

Description: The user should input a CSV file with columns contains values {x, y, u, v} for the quiver plot and optionally select a specific points to visualize.

Test: Using data and specific point (-1,-2)

Demo Screenshot: result

Attachment: quiver.csv