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 Contour Plot Visualization Operator #2720

Closed GspikeHalo closed 1 month ago

GspikeHalo commented 1 month ago

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

Description: The user should input a CSV file with columns contains value {x, y, z} for the contour plot. Test: Using data TestFile.csv

Demo Screenshot: contour plot demo screenshot