|
cgv
|
tickmark configuration of one tickmark type More...
#include <axis_config.h>
Public Member Functions | |
| bool | operator== (const tick_config &tc) const |
| implement equality check | |
| tick_config (bool primary) | |
| set tick config defaults | |
Public Attributes | |
| TickType | type |
| type of tick | |
| float | step |
| step width between two ticks along axis | |
| float | line_width |
| line width | |
| float | length |
| tick length relative to domain extent | |
| bool | label |
| whether to show text labels at tick | |
| int | precision |
| number of digits after decimal point, defaults to -1 which gives adaptive precision | |
tickmark configuration of one tickmark type