Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alejandro-isaza/PlotKit
- Owner: alejandro-isaza
- License: mit
- Created: 2015-10-02T16:17:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T21:52:25.000Z (almost 3 years ago)
- Last Synced: 2024-05-20T23:25:17.089Z (6 months ago)
- Topics: macos, plots, scatter-plots
- Language: Swift
- Size: 222 KB
- Stars: 61
- Watchers: 4
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - PlotKit - Plots made easy. (Libs / Math)
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..