You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/ternaryContour/TernaryContourOpDesc.scala
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ class TernaryContourOpDesc extends PythonOperatorDescriptor {
69
69
OperatorInfo(
70
70
userFriendlyName ="Ternary Contour",
71
71
operatorDescription =
72
-
"A ternary contour plot shows how a measured value changes across all mixtures of three components that always sum to a constant (usually 100%).",
72
+
"Shows how a measured value changes across all mixtures of three components that sum to a constant",
0 commit comments