diff --git a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts index d511f86..d1a9638 100644 --- a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts +++ b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts @@ -58,7 +58,7 @@ export class PlotBiasComponent plotLayout = { xaxis: { visible: true, - ticksuffix: ' s', + ticksuffix: 's', rangemode: 'nonnegative', separatethousands: false, tickfont: { @@ -85,7 +85,7 @@ export class PlotBiasComponent linewidth: 1, range: [0, 1], tickformat: '.3~s', - exponentformat: 'SI' + exponentformat: 'SI', }, xaxis2: { visible: true, diff --git a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-step/plot-step.component.ts b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-step/plot-step.component.ts index 199b0f1..574dafc 100644 --- a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-step/plot-step.component.ts +++ b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-step/plot-step.component.ts @@ -89,7 +89,7 @@ export class PlotStepComponent plotLayout = { xaxis: { visible: true, - ticksuffix: ' s', + ticksuffix: 's', rangemode: 'nonnegative', separatethousands: false, tickfont: { diff --git a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep/plot-sweep.component.ts b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep/plot-sweep.component.ts index b083291..4163461 100644 --- a/script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep/plot-sweep.component.ts +++ b/script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep/plot-sweep.component.ts @@ -84,7 +84,7 @@ export class PlotSweepComponent plotLayout = { xaxis: { visible: true, - ticksuffix: ' s', + ticksuffix: 's', rangemode: 'nonnegative', separatethousands: false, tickfont: {