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

https://github.com/tpapp/binning2d.jl

A lightweight package for grouping 2D data into regular bins.
https://github.com/tpapp/binning2d.jl

Last synced: 3 months ago
JSON representation

A lightweight package for grouping 2D data into regular bins.

Awesome Lists containing this project

README

          

# Binning2D.jl

![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![build](https://github.com/tpapp/Binning2D.jl/workflows/CI/badge.svg)](https://github.com/tpapp/Binning2D.jl/actions?query=workflow%3ACI)
[![codecov.io](http://codecov.io/github/tpapp/Binning2D.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/Binning2D.jl?branch=master)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

A lightweight package for grouping 2D data into regular bins.

Primarily for plotting, but note that this package does not contain
any plotting code, just calculations.

**WIP, expect API changes**