visit icon indicating copy to clipboard operation
visit copied to clipboard

Add var name to time-pick output curve information

Open biagas opened this issue 1 year ago • 2 comments

Is your feature request related to a problem?

GetPlotInformation()["Curve"] will return the curve results of a time-query. However, there is no variable associated with it.

Also, 'SaveWindow' as curve will use generic 'curve1' label instead of variable name associated with the time curve.

biagas avatar Dec 07 '23 20:12 biagas

@nDimensionalSpace

nDimensionalSpace avatar Dec 07 '23 21:12 nDimensionalSpace

Simple attempt: include pipeline variable name in all time-query PlotInformation. That doesn't quite work for some time-queries like 2D surface area, where the probable desired name would be the name of the query or even simply 'surface area' instead of the currently plotted mesh name or variable name.

biagas avatar Feb 05 '24 16:02 biagas