public setSmoothPlotValues(id: string, value: number) {
    this.smoothPlotValues[id] = value
    this.persist(PersistenceKey.PLOTS_SMOOTH_PLOT_VALUES, this.smoothPlotValues)
  }