Colormap graph for plotting More...
#include <cairo.h>
#include <vector>
#include "palette.hpp"
#include "graph.hpp"
#include "coordmapper.hpp"
#include "interpolation.hpp"
Go to the source code of this file.
Classes | |
class | Colormap |
Class for colormap type plots. More... |
Enumerations | |
enum | interpolation_e { INTERPOLATION_CLOSEST = 0, INTERPOLATION_BILINEAR, INTERPOLATION_BICUBIC } |
enum | zscale_e { ZSCALE_LINEAR = 0, ZSCALE_LOG, ZSCALE_RELLOG } |
Colormap graph for plotting
enum interpolation_e |
enum zscale_e |