iqplot 0.3.2__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iqplot-0.3.2/iqplot.egg-info → iqplot-0.3.4}/PKG-INFO +2 -2
- {iqplot-0.3.2 → iqplot-0.3.4}/README.md +2 -2
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/conf.py +1 -1
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/credits_and_citation.rst +5 -5
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/getting_started/installation.rst +2 -0
- iqplot-0.3.4/doc/user_guide/omissions.ipynb +1818 -0
- iqplot-0.3.4/doc/user_guide/user_guide.ipynb +2361 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot/__init__.py +1 -1
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot/cat.py +17 -17
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot/dist.py +47 -30
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot/utils.py +56 -4
- {iqplot-0.3.2 → iqplot-0.3.4/iqplot.egg-info}/PKG-INFO +2 -2
- {iqplot-0.3.2 → iqplot-0.3.4}/setup.py +1 -1
- iqplot-0.3.2/doc/user_guide/omissions.ipynb +0 -1780
- iqplot-0.3.2/doc/user_guide/user_guide.ipynb +0 -2353
- {iqplot-0.3.2 → iqplot-0.3.4}/.gitignore +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/LICENSE +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/.gitignore +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/Makefile +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/_static/custom.css +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/_static/logo.png +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/_templates/breadcrumbs.html +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/_templates/footer.html +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/_templates/layout.html +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/getting_started/purpose.rst +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/index.rst +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/make.bat +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/user_guide/.gitignore +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/user_guide/api.rst +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/doc/user_guide/holoviews.ipynb +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot/.gitignore +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot.egg-info/SOURCES.txt +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot.egg-info/dependency_links.txt +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot.egg-info/requires.txt +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/iqplot.egg-info/top_level.txt +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/requirements.txt +0 -0
- {iqplot-0.3.2 → iqplot-0.3.4}/setup.cfg +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqplot
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Generate Bokeh plots for data sets with one quantitative variable.
|
|
5
5
|
Home-page: https://github.com/justinbois/iqplot
|
|
6
|
-
Download-URL: https://github.com/justinbois/iqplot/tarball/0.3.
|
|
6
|
+
Download-URL: https://github.com/justinbois/iqplot/tarball/0.3.4
|
|
7
7
|
Author: Justin Bois
|
|
8
8
|
Author-email: bois@caltech.edu
|
|
9
9
|
License: BSD
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# iqplot
|
|
2
2
|
|
|
3
|
-
[](https://doi.org/10.22002/D1.20286)
|
|
4
4
|
|
|
5
5
|
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.
|
|
6
6
|
|
|
7
|
-
Read the [documentation](http://iqplot.github.io/) for details.
|
|
7
|
+
Read the [documentation](http://iqplot.github.io/) for details.
|
|
@@ -71,7 +71,7 @@ master_doc = 'index'
|
|
|
71
71
|
#
|
|
72
72
|
# This is also used if you do content translation via gettext catalogs.
|
|
73
73
|
# Usually you set "language" from the command line for these cases.
|
|
74
|
-
language =
|
|
74
|
+
language = "en"
|
|
75
75
|
|
|
76
76
|
# List of patterns, relative to source directory, that match files and
|
|
77
77
|
# directories to ignore when looking for source files.
|
|
@@ -14,15 +14,15 @@ iqplot is available under an `MIT License <https://opensource.org/licenses/MIT>`
|
|
|
14
14
|
Citing iqplot
|
|
15
15
|
====================
|
|
16
16
|
|
|
17
|
-
It is best to cite the package using its DOI and version number. Here is a citation for version 0.3.
|
|
17
|
+
It is best to cite the package using its DOI and version number. Here is a citation for version 0.3.2.
|
|
18
18
|
|
|
19
19
|
.. code-block:: bibtex
|
|
20
20
|
|
|
21
|
-
@misc{10.22002/D1.
|
|
22
|
-
doi = {10.22002/D1.
|
|
23
|
-
url = {http://dx.doi.org/10.22002/D1.
|
|
21
|
+
@misc{10.22002/D1.20286,
|
|
22
|
+
doi = {10.22002/D1.20286},
|
|
23
|
+
url = {http://dx.doi.org/10.22002/D1.20286},
|
|
24
24
|
author = {Bois, Justin S.},
|
|
25
25
|
keywords = {Github},
|
|
26
|
-
title = {justinbois/iqplot: Version 0.3.
|
|
26
|
+
title = {justinbois/iqplot: Version 0.3.2},
|
|
27
27
|
year = {2022}
|
|
28
28
|
}
|
|
@@ -20,9 +20,11 @@ iqplot has the following dependencies.
|
|
|
20
20
|
- Bokeh_
|
|
21
21
|
- colorcet_
|
|
22
22
|
|
|
23
|
+
Numba_ is suggested but not required.
|
|
23
24
|
|
|
24
25
|
.. _NumPy: http://www.numpy.org/
|
|
25
26
|
.. _Pandas: http://pandas.pydata.org/
|
|
26
27
|
.. _xarray: http://xarray.pydata.org/
|
|
27
28
|
.. _Bokeh: https://docs.bokeh.org/
|
|
28
29
|
.. _colorcet: https://colorcet.holoviz.org/
|
|
30
|
+
.. _Numba: https://numba.pydata.org/
|