Metadata-Version: 1.0
Name: DensityPlot
Version: 0.1.2
Summary: A simple density plotting tool for FACS-like data.
Home-page: https://github.com/xuesoso/DensityPlot
Author: YSX
Author-email: xuesoso@gmail.com
License: LICENSE
Description: <img src="examples/Example_scatter.png" width="300">
        
        # DensityPlot
        -------------------
        
        A simple and standalone python plotting package for density and scatter plotting commonly used in FACS analysis.
        
        This package was modified from [FlowCal](https://github.com/taborlab/FlowCal) package.
        
        Check [here](https://nbviewer.jupyter.org/github/xuesoso/DensityPlot/blob/master/tutorial.ipynb) for a tutorial on usage.
        
        Pip installation
        -------------------
        ```bash
        pip install DensityPlot
        ```
        
        Requirement
        -------------------
        scipy >= 0.14.0
        
        matplotlib >= 2.0.0
        
Platform: UNKNOWN
