After calculating specific heat, plotting finds X values sometimes split into several nearby values.
It would be nice to fix this in the plot package, but that seems tough (it uses floats as map keys in ExtractSeries()).
Fix this by holding on to original X values, then iterating through envs after SH calculation. Set each X to its closest neighbor in the original X value list.
After calculating specific heat, plotting finds X values sometimes split into several nearby values.
It would be nice to fix this in the plot package, but that seems tough (it uses floats as map keys in ExtractSeries()).
Fix this by holding on to original X values, then iterating through envs after SH calculation. Set each X to its closest neighbor in the original X value list.