Minsky
|
#include <plotOptions.h>
Public Member Functions | |
LegendGeometry ()=default | |
LegendGeometry (const ecolab::Plot &plot) | |
void | setLegendGeometry (ecolab::Plot &plot) const |
Public Attributes | |
double | legendLeft =0.9 |
double | legendTop =0.95 |
double | legendFontSz =0.03 |
Definition at line 27 of file plotOptions.h.
|
default |
|
inline |
Definition at line 31 of file plotOptions.h.
|
inline |
Definition at line 33 of file plotOptions.h.
References legendFontSz, legendLeft, legendTop, and minsky::plot.
double minsky::LegendGeometry::legendFontSz =0.03 |
Definition at line 29 of file plotOptions.h.
Referenced by setLegendGeometry().
double minsky::LegendGeometry::legendLeft =0.9 |
Definition at line 29 of file plotOptions.h.
Referenced by setLegendGeometry().
double minsky::LegendGeometry::legendTop =0.95 |
Definition at line 29 of file plotOptions.h.
Referenced by setLegendGeometry().