pyNastran icon indicating copy to clipboard operation
pyNastran copied to clipboard

add set above/below range color

Open SteveDoyle2 opened this issue 5 years ago • 0 comments

the gui should have a max/min color in addition to nan; it should be settable

per https://vtk.org/doc/nightly/html/classvtkLookupTable.html, some functions are: SetUseBelowRangeColor (vtkTypeBool) SetBelowRangeColor (double[4]) UseBelowRangeColorOn () SetAboveRangeColor (double, double, double, double)

SteveDoyle2 avatar Jul 19 '19 06:07 SteveDoyle2