texera icon indicating copy to clipboard operation
texera copied to clipboard

Add Quiver Plot Visualization Operator

Open aglinxinyuan opened this issue 7 months ago • 0 comments

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: fbddc426fa705e58154204595bb3405

Attachment: quiver.csv

aglinxinyuan avatar Jul 01 '24 23:07 aglinxinyuan