texera
texera copied to clipboard
Add Quiver Plot Visualization Operator
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:
Attachment: quiver.csv