What happened?
few visualization operators (ContinuousErrorBands, ContourPlot, Histogram2D) fail at runtime because Java enum methods (e.g., getModeInPlotly, getColoringMethod, getValue) return plain String, which pyb inserts without quotes. This produces invalid Python like mode=lines instead of mode='lines', causing NameError: name 'lines' is not defined.
How to reproduce?
- Create a workflow: CSVFileScan → ContinuousErrorBands (or ContourPlot, or Histogram2D)
- Configure the operator with valid columns
- Run the workflow
Version
1.1.0-incubating (Pre-release/Master)
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output
What happened?
few visualization operators (ContinuousErrorBands, ContourPlot, Histogram2D) fail at runtime because Java enum methods (e.g., getModeInPlotly, getColoringMethod, getValue) return plain String, which pyb inserts without quotes. This produces invalid Python like mode=lines instead of mode='lines', causing NameError: name 'lines' is not defined.
How to reproduce?
Version
1.1.0-incubating (Pre-release/Master)
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output