PlotKit icon indicating copy to clipboard operation
PlotKit copied to clipboard

Default axes

Open alejandro-isaza opened this issue 10 years ago • 0 comments

It should be easier to create default axes. Right now this is what you need to write:

plotView.addAxis(Axis(orientation: .Horizontal, ticks: .Fit(count: 6)))
plotView.addAxis(Axis(orientation: .Vertical, ticks: .Fit(count: 4)))

alejandro-isaza avatar Oct 06 '15 17:10 alejandro-isaza