nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
11.99k stars 1.24k forks source link

Strategy for handling non-plottable values in Plots #5696

Open akhenry opened 2 years ago

akhenry commented 2 years ago

Is your feature request related to a problem? Please describe. Some discussion is needed to establish a consistent strategy for dealing with values that cannot be plotted. Non-plottable values include NaN, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, undefined, and values that break a Float32Array (Above 3.4+38, Below -3.4+38). We should address questions such as

This relates to

shefalijoshi commented 11 months ago

@jvigliotta Can you check with @charlesh88 and close this if we aren't doing anything here? Thanks!

jvigliotta commented 11 months ago

@shefalijoshi I think this should stay open for now, we have some further work to do related to this.