Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandro-isaza/PlotKit

OS X plotting framework
https://github.com/alejandro-isaza/PlotKit

macos plots scatter-plots

Last synced: 9 days ago
JSON representation

OS X plotting framework

Awesome Lists containing this project

README

        

# PlotKit

[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PlotKit.svg)](https://img.shields.io/cocoapods/v/PlotKit.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Plots made easy.

![PlotKit Plot](example.png?raw=true "PlotKit Plot")

## Features

- [x] 2D line and scatter plots
- [x] Multiple axes
- [x] Custom tick marks

## Usage

To start using **PlotKit** quickly use the `plotPoints` helper function. It takes a list of points and returns a view that you can use in your app:

```swift
import PlotKit

// Generate some data to plot
let count = 1024
let t = (0..