Metadata-Version: 2.5
Name: iqplot
Version: 0.3.8
Summary: Generate Bokeh plots for data sets with one quantitative variable.
Project-URL: Homepage, https://github.com/justinbois/iqplot
Project-URL: Documentation, http://iqplot.github.io/
Project-URL: Repository, https://github.com/justinbois/iqplot
Project-URL: Issues, https://github.com/justinbois/iqplot/issues
Author-email: Justin Bois <bois@caltech.edu>
Maintainer-email: Justin Bois <bois@caltech.edu>
License-Expression: MIT
License-File: LICENSE
Keywords: bokeh,box plot,ecdf,histogram,plotting,visualization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: bokeh>=3.0
Requires-Dist: colorcet
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: data
Requires-Dist: polars; extra == 'data'
Requires-Dist: xarray; extra == 'data'
Provides-Extra: speedups
Requires-Dist: numba; extra == 'speedups'
Description-Content-Type: text/markdown

# iqplot

[![DOI](https://data.caltech.edu/badge/DOI/10.22002/D1.20286.svg)](https://doi.org/10.22002/D1.20286)

A utility to use Bokeh to generate plots for data sets containing one quantitative variable and an arbitrary many categorical variables. It generates strip plots, box plots, histograms, and ECDFs.

Read the [documentation](http://iqplot.github.io/) for details.
