v1.0.0-rc.72
This commit is contained in:
@@ -52,6 +52,7 @@ function AxisTypeY(plot: plot_type) : string | JSX.Element {
|
||||
case plot_type.SPOT_COUNT_ICE:
|
||||
return "Spot count";
|
||||
case plot_type.AZINT:
|
||||
case plot_type.AZINT_1D:
|
||||
case plot_type.BKG_ESTIMATE:
|
||||
return "Arbitrary units";
|
||||
case plot_type.ROI_MAX_COUNT:
|
||||
@@ -81,8 +82,8 @@ function AxisTypeY(plot: plot_type) : string | JSX.Element {
|
||||
case plot_type.INDEXING_TIME:
|
||||
case plot_type.PROCESSING_TIME:
|
||||
return "Time [s]";
|
||||
case plot_type.MOSAICITY:
|
||||
return "Mosaicity [deg.]";
|
||||
case plot_type.PROFILE_RADIUS:
|
||||
return "Profile radius [Å<sup>-1</sup>]";
|
||||
case plot_type.B_FACTOR:
|
||||
return "B-factor [Å<sup>2</sup>]";
|
||||
case plot_type.BEAM_CENTER_X:
|
||||
|
||||
Reference in New Issue
Block a user