#include <qwt3d_scale.h>
|
std::vector< double > | majors_p |
|
std::vector< double > | minors_p |
|
double | start_p |
|
double | stop_p |
|
int | majorintervals_p |
|
int | minorintervals_p |
|
double | mstart_p |
|
double | mstop_p |
|
void setMinors |
( |
int |
val | ) |
|
|
protectedvirtual |
Sets the minor intervals for the logarithmic scale. Only values of 9,5,3 or 2 are accepted as arguments. They will produce mantissa sets of {2,3,4,5,6,7,8,9}, {2,4,6,8}, {2,5} or {5} respectively.
Reimplemented from Scale.
Creates major and minor vectors for the scale.
- Warning
- If the interval is too small, the scale becomes empty or will contain only a single major tic. There is no automatism (also not planned for now) for an 'intelligent' guess, what to do. Better switch manually to linear to scales in such cases.
Implements Scale.
The documentation for this class was generated from the following files:
- qwt3d_scale.h
- qwt3d_scale.cpp