xuesoso / DensityPlot

A simple python plotting package for density and scatter plotting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DensityPlot


A simple and standalone python plotting package for density and scatter plotting commonly used in FACS analysis.

This package was modified from FlowCal package.

Check here for a tutorial on usage.

Pip installation

pip install DensityPlot

Requirement

scipy >= 0.14.0

matplotlib >= 2.0.0

Modes available

scatter : A scatterplot colored by the data density. Dense regions are merged into bins. Sparse region is represented by as single dots.

mesh : 2D-histogram colored by the data density in the region

scatter_mesh : 2D-histogram with original data values plotted as dots.

contour : A contour map of the data density. Recommend setting smooth option as True.

About

A simple python plotting package for density and scatter plotting.

License:MIT License


Languages

Language:HTML 55.9%Language:Jupyter Notebook 42.4%Language:Python 1.7%