Classes | Enumerations
colormap.hpp File Reference

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 }
 

Detailed Description

Colormap graph for plotting

Enumeration Type Documentation

Enumerator
INTERPOLATION_CLOSEST 
INTERPOLATION_BILINEAR 
INTERPOLATION_BICUBIC 
enum zscale_e
Enumerator
ZSCALE_LINEAR 
ZSCALE_LOG 
ZSCALE_RELLOG