Any way to plot error bars in Slicer?

Hi!!!

I have a data set which has its own standard deviation. I would like to plot in Slicer the error bar of this data. I read in https://www.slicer.org/wiki/Documentation/Nightly/Developers/Plots that VTKPlots can’t do this, is there any other way to do it?

Thank you very much.

1 Like

VTK currently does not support error plots, but there is an near-ready implementation. To be able to use this, the features has to be merged into VTK, Slicer has to be upgraded to use latest VTK, and Plots module has to be extended to support this plot type. The first two tasks will take a few weeks. Adding error bar display to Plots module is not planned yet, but the need has come up a few times, so it is likely that one of the funded projects will pay for the development at some point (or you or somebody volunteers his time to implement it).

1 Like