PlotKit icon indicating copy to clipboard operation
PlotKit copied to clipboard

OS X plotting framework

Results 9 PlotKit issues
Sort by recently updated
recently updated
newest added

Like change data points and stuff?

enhancement

I want to be able to plot a function `(x: Double) -> Double` that maps x values to y values, for instance `sin(x)`

enhancement

I want to be able to use a function `(t: Double) -> Point` to generate a parametric plot.

enhancement

Add ability to place labels in the plot by specifying a title and a location.

enhancement

Add support for grid lines

enhancement
help wanted

Add support to axis titles.

enhancement
help wanted

Add support for log-log and log-linear scales.

enhancement
help wanted

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))) ```

enhancement
help wanted