legend.hpp File Reference
Plot legends. More...
#include <vector>
#include <string>
#include "graph.hpp"
#include "label.hpp"
#include "vec3d.hpp"
#include "colormap.hpp"
Go to the source code of this file.
Classes | |
class | LegendEntry |
Class for legend entry. More... | |
class | Legend |
Base class for legend definition. More... | |
class | MultiEntryLegend |
Legend for presenting plot styles. More... | |
class | ColormapLegend |
Legend for presenting colormap key. More... | |
Enumerations | |
enum | legend_position_e { LEGEND_POS_BOTTOM_LEFT = 0 , LEGEND_POS_BOTTOM_CENTER = 1 , LEGEND_POS_BOTTOM_RIGHT = 2 , LEGEND_POS_MIDDLE_LEFT = 4+0 , LEGEND_POS_MIDDLE_CENTER = 4+1 , LEGEND_POS_MIDDLE_RIGHT = 4+2 , LEGEND_POS_TOP_LEFT = 8+0 , LEGEND_POS_TOP_CENTER = 8+1 , LEGEND_POS_TOP_RIGHT = 8+2 } |
Legend position. More... | |
Detailed Description
Plot legends.
Enumeration Type Documentation
◆ legend_position_e
enum legend_position_e |