Open mseaberg opened 4 years ago
Make it easier to just pass a single lineout per axis to the LineoutImage object, so that the fit is not required. This can just involve using a default to None argument.
Or could use kwargs but this gets more complicated since we have two different plots involved.
Make it easier to just pass a single lineout per axis to the LineoutImage object, so that the fit is not required. This can just involve using a default to None argument.