From 203af197cf1f222b05ada02a2d33f8b9bb3b251d Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Mon, 10 Jul 2023 13:16:35 +0200 Subject: [PATCH] comm --- GUI/View/PlotUtil/ColorMap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GUI/View/PlotUtil/ColorMap.h b/GUI/View/PlotUtil/ColorMap.h index adedc8bc499..6bc2c39f2a1 100644 --- a/GUI/View/PlotUtil/ColorMap.h +++ b/GUI/View/PlotUtil/ColorMap.h @@ -24,10 +24,10 @@ class QCPColorMap; class QCPLayoutGrid; class UpdateTimer; -//! The ColorMap class presents 2D intensity data from IntensityDataItem as color map. +//! Presents 2D intensity data from IntensityDataItem as color map. -//! Provides a minimal functionality for data plotting and axes interaction. Should be a component -//! for more complicated plotting widgets. +//! Provides a minimal functionality for data plotting and axes interaction. +//! Is used as a component of more complicated plotting widgets. class ColorMap : public ScientificPlot { Q_OBJECT -- GitLab