Plot legends.
More...
#include <vector>
#include <string>
#include "graph.hpp"
#include "label.hpp"
#include "colormap.hpp"
Go to the source code of this file.
Detailed Description
Macro Definition Documentation
#define LEGEND_POS_BOTTOM 0 |
#define LEGEND_POS_CENTER 1 |
#define LEGEND_POS_HORIZONTAL_MASK 3 |
#define LEGEND_POS_LEFT 0 |
#define LEGEND_POS_MIDDLE 4 |
#define LEGEND_POS_RIGHT 2 |
#define LEGEND_POS_VERTICAL_MASK 12 |
Enumeration Type Documentation
Legend position.
Legend location enum/bitmask.
- Enumerator:
LEGEND_POS_BOTTOM_LEFT |
|
LEGEND_POS_BOTTOM_CENTER |
|
LEGEND_POS_BOTTOM_RIGHT |
|
LEGEND_POS_MIDDLE_LEFT |
|
LEGEND_POS_MIDDLE_CENTER |
|
LEGEND_POS_MIDDLE_RIGHT |
|
LEGEND_POS_TOP_LEFT |
|
LEGEND_POS_TOP_CENTER |
|
LEGEND_POS_TOP_RIGHT |
|