fit property

bool get fit

Fit x axis ticks. If true set, the ticks will be positioned nicely. If false set, the ticks will be positioned according to x value of the data points.

Implementation

external bool get fit;
set fit (bool v)

Implementation

external set fit(bool v);