Skip to content

Use uncertainties in plots and fits #22

Closed
@Tom-Willemsen

Description

@Tom-Willemsen

As a user, if uncertainties have been published by the underlying device, I would like plots & fits to use them.

This issue depends on all of:

Which must be completed first.

Acceptance criteria:

  • Uncertainties, if available, are plotted as error bars on plots.
    • We probably want a LivePlotWithUncertainty wrapper on top of LivePlot for this.
    • matplotlib can already handle plots with error bars, so this is largely "pass data through to matplotlib in the right places".
  • Uncertainties, if available, are used in fits.
    • lmfit takes weights for each point which can be used to implement this - so this is largely "pass data through to lmfit in the right places".

Metadata

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions