Skip to content

gjwgit/beeswarm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Bee Swarm Style Plots

Bee swarm plots are a form of scatter plot that aim to avoid the usual overlay of points that occur with scatterplots. This is the scenario where the dataset contains multiple observations of the same data points and plotting them on a two dimensional plot simply overlays the points. With beeswarm plots the points are jittered whilst retaining some semblance of density.

The ggbeeswarm package for R based on ggplot was written by Erik Clarke and Scott Sherrill-Mix and this MLHub demonstration is based on their README.

Visit the github repository for more details: https://github.com/gjwgit/beeswarm

Usage

To install and run the pre-built model:

$ pip3 install mlhub
$ ml install   beeswarm
$ ml configure beeswarm
$ ml demo      beeswarm
$ ml print     beeswarm
$ ml display   beeswarm

About

MLHub.ai package to demonstrate sophisticated scatter plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published