Пример #1
0
def Plot():
  if Conf.PlotSstByTimeByLevelsWithHeat():
    PlotTabletByTimeByLevelWithHeat()
  if Conf.PlotSstByLevelsWithHeatAtSpecificTimes():
    PlotSstAccDistAtSpecificTimes()
  if Conf.PlotSstHeatmapByTime():
    PlotSstHeatmapByTime()
  if Conf.PlotSstHeatAtLastTime():
    PlotSstHeatAtLastTime()