Definition in file plotspecification.h.
#include <utility>
#include <string>
#include "../src/matriximagefactory.h"
#include "../src/pointermap.h"
#include "../src/allocatingpointer.h"
#include "../src/tnt_gnuplot.h"
#include "../src/msg.h"
#include "../src/parammap.h"
#include "../src/stringutils.h"
#include "../src/matrixhistogram.h"
#include "../src/histogramimage.h"
#include "../src/scale.h"
Include dependency graph for plotspecification.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Plot |
Functions | |
template<class Color> Color | lookup_color (const ParamMap ¶ms, const string &basename, const Color &default_val) |
Helper for getting the values for a color parameter; those are not currently supported directly by the ParamMap. | |
template<class SubRegion> SubRegion | lookup_subregion (const ParamMap ¶ms, const SubRegion &default_val) |
Helper for getting the values for a rectangle parameter; those are not currently supported directly by the ParamMap. |
|
Helper for getting the values for a color parameter; those are not currently supported directly by the ParamMap. Color should be an RGB type. Definition at line 35 of file plotspecification.h. Referenced by Plot::PlotSpecification< Matrix, String, ScaleType, MatrixTableType, ParameterMapType >::bitmap_image(). |