grplot 0.14__tar.gz → 0.14.2__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.
- {grplot-0.14 → grplot-0.14.2}/PKG-INFO +21 -6
- {grplot-0.14 → grplot-0.14.2}/README.md +2 -2
- {grplot-0.14 → grplot-0.14.2}/grplot/__init__.py +3 -3
- {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/PKG-INFO +21 -6
- {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/requires.txt +2 -2
- {grplot-0.14 → grplot-0.14.2}/setup.py +3 -3
- {grplot-0.14 → grplot-0.14.2}/LICENSE +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/analytic/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/check_label_add.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/label_add_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/label_add_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/check_log_label_add.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/log_label_add_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/log_label_add_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/statdesc_add_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/statdesc_add_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/text_add_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/text_add_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/check_tick_add.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/tick_add_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/tick_add_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/check_dt.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/dt_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/dt_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/check_filter.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/filter_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/font/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/font/check_fontsize.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/font/font_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/legend/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/legend/check_legend.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/check_lim.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/lim_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/lim_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/log/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/log/check_log.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/log/log_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/log/log_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_analytic.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_data.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_key.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/pad/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/pad/check_pad.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/packedbubbles.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_multi_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_single_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/treemaps.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/check_rot.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/rot_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/rot_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/check_saveas.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/saveas_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_data_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_data_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/check_tick_sep.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_data_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/check_statdesc.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_multi_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_plot_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/text/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/text/check_text.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/text/text_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/text/text_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/title/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/title/check_title.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/features/title/title_def.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/axislabel_fix.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/histplot_legend_fix.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/histplot_percent_add.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/setting.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_ax_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_axis_ax_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_plot_ax_type.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_axes.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_data_structure.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_pandas_index.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/first_valid_index.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/scientific_superscript.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot/utils/strtoarray.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/SOURCES.txt +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/dependency_links.txt +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/top_level.txt +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_core.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_decorators.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_docstrings.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_statistics.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_testing.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/algorithms.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/apionly.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/axisgrid.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/categorical.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/cm.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/crayons.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/xkcd_rgb.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/conftest.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/distributions.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/docscrape.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/husl.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/six.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/linearmodels.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/matrix.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/miscplot.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/palettes.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/rcmod.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/regression.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/relational.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/__init__.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_algorithms.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_axisgrid.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_categorical.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_core.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_decorators.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_distributions.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_docstrings.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_matrix.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_miscplot.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_palettes.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_rcmod.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_regression.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_relational.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_statistics.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_utils.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/timeseries.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/utils.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/widgets.py +0 -0
- {grplot-0.14 → grplot-0.14.2}/pyproject.toml +0 -0
- {grplot-0.14 → grplot-0.14.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: grplot
|
|
3
|
-
Version: 0.14
|
|
3
|
+
Version: 0.14.2
|
|
4
4
|
Summary: grplot: lazy statistical data visualization
|
|
5
5
|
Home-page: https://github.com/ghiffaryr/grplot
|
|
6
6
|
Download-URL: https://github.com/ghiffaryr/grplot
|
|
@@ -24,11 +24,26 @@ Classifier: Framework :: Matplotlib
|
|
|
24
24
|
Requires-Python: >=3.6
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist: numpy
|
|
27
|
+
Requires-Dist: numpy<1.27,>=1.15
|
|
28
28
|
Requires-Dist: scipy>=1.0
|
|
29
|
-
Requires-Dist: matplotlib<
|
|
29
|
+
Requires-Dist: matplotlib<3.8,>=2.2
|
|
30
30
|
Requires-Dist: pandas<1.6,>=0.23
|
|
31
31
|
Requires-Dist: ipython>=6.0
|
|
32
|
+
Dynamic: author
|
|
33
|
+
Dynamic: author-email
|
|
34
|
+
Dynamic: classifier
|
|
35
|
+
Dynamic: description
|
|
36
|
+
Dynamic: description-content-type
|
|
37
|
+
Dynamic: download-url
|
|
38
|
+
Dynamic: home-page
|
|
39
|
+
Dynamic: license
|
|
40
|
+
Dynamic: license-file
|
|
41
|
+
Dynamic: maintainer
|
|
42
|
+
Dynamic: maintainer-email
|
|
43
|
+
Dynamic: project-url
|
|
44
|
+
Dynamic: requires-dist
|
|
45
|
+
Dynamic: requires-python
|
|
46
|
+
Dynamic: summary
|
|
32
47
|
|
|
33
48
|
grplot: lazy statistical data visualization
|
|
34
49
|
=======================================
|
|
@@ -56,11 +71,11 @@ Installation
|
|
|
56
71
|
The latest stable release (and required dependencies) can be installed from PyPI:
|
|
57
72
|
|
|
58
73
|
pip install grplot
|
|
59
|
-
|
|
74
|
+
|
|
60
75
|
The latest stable release (and required dependencies) can be installed from Conda:
|
|
61
76
|
|
|
62
77
|
conda install -c conda-forge grplot
|
|
63
|
-
|
|
78
|
+
|
|
64
79
|
|
|
65
80
|
Development
|
|
66
81
|
-----------
|
|
@@ -24,11 +24,11 @@ Installation
|
|
|
24
24
|
The latest stable release (and required dependencies) can be installed from PyPI:
|
|
25
25
|
|
|
26
26
|
pip install grplot
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
The latest stable release (and required dependencies) can be installed from Conda:
|
|
29
29
|
|
|
30
30
|
conda install -c conda-forge grplot
|
|
31
|
-
|
|
31
|
+
|
|
32
32
|
|
|
33
33
|
Development
|
|
34
34
|
-----------
|
|
@@ -11,7 +11,7 @@ from grplot.utils.check_pandas_index import check_pandas_index
|
|
|
11
11
|
from grplot.utils.strtoarray import strtoarray
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
__version__ = '0.14'
|
|
14
|
+
__version__ = '0.14.2'
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
def plot2d(plot, # default general value
|
|
@@ -200,10 +200,10 @@ def plot2d(plot, # default general value
|
|
|
200
200
|
by ghiffary rifqialdi
|
|
201
201
|
based on numpy, scipy, matplotlib, seaborn, squarify, pandas, and ipython
|
|
202
202
|
|
|
203
|
-
version = '0.14'
|
|
203
|
+
version = '0.14.2'
|
|
204
204
|
|
|
205
205
|
release date
|
|
206
|
-
|
|
206
|
+
26/12/2025
|
|
207
207
|
-----------------------------------------------
|
|
208
208
|
|
|
209
209
|
documentation is available at https://github.com/ghiffaryr/grplot
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: grplot
|
|
3
|
-
Version: 0.14
|
|
3
|
+
Version: 0.14.2
|
|
4
4
|
Summary: grplot: lazy statistical data visualization
|
|
5
5
|
Home-page: https://github.com/ghiffaryr/grplot
|
|
6
6
|
Download-URL: https://github.com/ghiffaryr/grplot
|
|
@@ -24,11 +24,26 @@ Classifier: Framework :: Matplotlib
|
|
|
24
24
|
Requires-Python: >=3.6
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist: numpy
|
|
27
|
+
Requires-Dist: numpy<1.27,>=1.15
|
|
28
28
|
Requires-Dist: scipy>=1.0
|
|
29
|
-
Requires-Dist: matplotlib<
|
|
29
|
+
Requires-Dist: matplotlib<3.8,>=2.2
|
|
30
30
|
Requires-Dist: pandas<1.6,>=0.23
|
|
31
31
|
Requires-Dist: ipython>=6.0
|
|
32
|
+
Dynamic: author
|
|
33
|
+
Dynamic: author-email
|
|
34
|
+
Dynamic: classifier
|
|
35
|
+
Dynamic: description
|
|
36
|
+
Dynamic: description-content-type
|
|
37
|
+
Dynamic: download-url
|
|
38
|
+
Dynamic: home-page
|
|
39
|
+
Dynamic: license
|
|
40
|
+
Dynamic: license-file
|
|
41
|
+
Dynamic: maintainer
|
|
42
|
+
Dynamic: maintainer-email
|
|
43
|
+
Dynamic: project-url
|
|
44
|
+
Dynamic: requires-dist
|
|
45
|
+
Dynamic: requires-python
|
|
46
|
+
Dynamic: summary
|
|
32
47
|
|
|
33
48
|
grplot: lazy statistical data visualization
|
|
34
49
|
=======================================
|
|
@@ -56,11 +71,11 @@ Installation
|
|
|
56
71
|
The latest stable release (and required dependencies) can be installed from PyPI:
|
|
57
72
|
|
|
58
73
|
pip install grplot
|
|
59
|
-
|
|
74
|
+
|
|
60
75
|
The latest stable release (and required dependencies) can be installed from Conda:
|
|
61
76
|
|
|
62
77
|
conda install -c conda-forge grplot
|
|
63
|
-
|
|
78
|
+
|
|
64
79
|
|
|
65
80
|
Development
|
|
66
81
|
-----------
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from setuptools import setup
|
|
2
2
|
|
|
3
3
|
DISTNAME = "grplot"
|
|
4
|
-
VERSION = "0.14"
|
|
4
|
+
VERSION = "0.14.2"
|
|
5
5
|
MAINTAINER = "Ghiffary Rifqialdi"
|
|
6
6
|
MAINTAINER_EMAIL = "grifqialdi@gmail.com"
|
|
7
7
|
DESCRIPTION = "grplot: lazy statistical data visualization"
|
|
@@ -26,9 +26,9 @@ CLASSIFIERS = [
|
|
|
26
26
|
DOWNLOAD_URL = "https://github.com/ghiffaryr/grplot"
|
|
27
27
|
PYTHON_REQUIRES = ">=3.6"
|
|
28
28
|
INSTALL_REQUIRES = [
|
|
29
|
-
"numpy>=1.15",
|
|
29
|
+
"numpy>=1.15, <1.27",
|
|
30
30
|
"scipy>=1.0",
|
|
31
|
-
"matplotlib>=2.2, <
|
|
31
|
+
"matplotlib>=2.2, <3.8",
|
|
32
32
|
"pandas>=0.23, <1.6",
|
|
33
33
|
"ipython>=6.0",
|
|
34
34
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|