##// END OF EJS Templates
Handles axes properties for spectrograms...
Handles axes properties for spectrograms Spectrograms introduce a color scale that is associated to the colormap

File last commit:

r581:098cadc4596c
r921:bea8fb891633
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H