snoplusuk / echidna

MIT License
4 stars 12 forks source link

Update `plot_chi_squared` #132

Open ashleyrback opened 8 years ago

ashleyrback commented 8 years ago

The current plot_chi_squared script relies on the, now defunct, SystAnalyser class. We need to update this to two new scripts, based on the FitResults and Summary classes.

For each there should also be a ROOT equivalent, so in total we will have four scripts:

@jwaterfield, you added some functions to plot_root that use Summary, can you check that they still work with the improvements I made to Summary and then move them to plot_summary_root.py please. Would you also be able to make the pyplot versions?

I'll sort out both fit_results modules.

ashleyrback commented 8 years ago

update plot_chi_squared