Skip to content

Commit 7bd1f25

Browse files
committed
Modified x-axis label to be consistent with other plots in folder.
1 parent 6581d71 commit 7bd1f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inverse-solutions/r-of-rho-multi-op-prop-inversion-using-csharp-solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def CalculateReflectanceFuncVsWavelengthFromChromophoreConcentration(
104104
opsFit = Tissue(chromophoresFit, scatterer, "", n=1.4).GetOpticalProperties(wavelengths)
105105
rOfRhoFit= forwardSolverForInversion.ROfRho(opsFit, rho)
106106
# plot the results using Plotly
107-
xLabel = "wavelengths [nm]"
107+
xLabel = "wavelength [nm]"
108108
yLabel = "R(wavelength) [mm-2]"
109109
wvs = [w for w in wavelengths]
110110
# plot measured data

0 commit comments

Comments
 (0)