Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 ScottPlot 在 WinForms 中可视化一些数据。我有一些空值,我使用 NaN 来隐藏它们而不是破坏数据流,所以我想隐藏它们。但是,在 ScottPlot 中,它们显示为无穷大,它在图表中间形成了一个长长的尖峰,我如何正确设置它以忽略 NaN 值并隐藏它们?谢谢
编辑:通过隐藏 NaN,我的意思是在图表中留下一个空白,而不是 NaN 的任何值。