erikhuizinga / Bland-Altman-Analysis

A MATLAB function for Bland-Altman Analysis of agreement between measurement methods.
5 stars 3 forks source link

Add transformation function f(x) to axes title and labels #16

Open erikhuizinga opened 7 years ago

erikhuizinga commented 7 years ago

If a transformation function is specified using the 'Transform' Name-Value pair argument other than the default, the axes labels and title should reflect this. Currently, this is not the case. For example, the plot title could specify the transformation function "f(x) = ..." and the axes labels then should use "f(...)" where appropriate. Furthermore, if the common logarithmic transform is used, the title could be left as-is and the labels could use "log(...)" instead.