fit property

bool fit

Fit x axis ticks.

  • true: ticks will be positioned nicely to have same intervals.
  • false: ticks will be positioned according to x value of the data points.

Implementation

external bool get fit;
void fit=(bool v)

Implementation

external set fit(bool v);