bmtool 0.6.8__py3-none-any.whl → 0.6.8.1__py3-none-any.whl
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.
- bmtool/bmplot.py +1 -1
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info}/METADATA +4 -2
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info}/RECORD +7 -7
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info}/WHEEL +1 -1
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info}/entry_points.txt +0 -0
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info/licenses}/LICENSE +0 -0
- {bmtool-0.6.8.dist-info → bmtool-0.6.8.1.dist-info}/top_level.txt +0 -0
bmtool/bmplot.py
CHANGED
@@ -1007,7 +1007,7 @@ def plot_firing_rate_distribution(individual_stats: pd.DataFrame, groupby: Union
|
|
1007
1007
|
ax.set_xticklabels(ax.get_xticklabels(), rotation=45, ha="right")
|
1008
1008
|
ax.set_xlabel("Population Group")
|
1009
1009
|
ax.set_ylabel("Firing Rate (spikes/s)")
|
1010
|
-
ax.set_title("Firing Rate Distribution
|
1010
|
+
ax.set_title("Firing Rate Distribution for individual cells")
|
1011
1011
|
ax.grid(axis='y', linestyle='--', alpha=0.7)
|
1012
1012
|
|
1013
1013
|
return ax
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: bmtool
|
3
|
-
Version: 0.6.8
|
3
|
+
Version: 0.6.8.1
|
4
4
|
Summary: BMTool
|
5
5
|
Home-page: https://github.com/cyneuro/bmtool
|
6
6
|
Download-URL:
|
@@ -31,6 +31,7 @@ Requires-Dist: pynmodlt
|
|
31
31
|
Requires-Dist: xarray
|
32
32
|
Requires-Dist: fooof
|
33
33
|
Requires-Dist: requests
|
34
|
+
Requires-Dist: pyyaml
|
34
35
|
Dynamic: author
|
35
36
|
Dynamic: author-email
|
36
37
|
Dynamic: classifier
|
@@ -38,6 +39,7 @@ Dynamic: description
|
|
38
39
|
Dynamic: description-content-type
|
39
40
|
Dynamic: home-page
|
40
41
|
Dynamic: license
|
42
|
+
Dynamic: license-file
|
41
43
|
Dynamic: requires-dist
|
42
44
|
Dynamic: summary
|
43
45
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
bmtool/SLURM.py,sha256=AKxu_Ln9wuCBVLdOJP4yAN59jYt222DM-iUlsQojNvY,18145
|
2
2
|
bmtool/__init__.py,sha256=ZStTNkAJHJxG7Pwiy5UgCzC4KlhMS5pUNPtUJZVwL_Y,136
|
3
3
|
bmtool/__main__.py,sha256=TmFkmDxjZ6250nYD4cgGhn-tbJeEm0u-EMz2ajAN9vE,650
|
4
|
-
bmtool/bmplot.py,sha256=
|
4
|
+
bmtool/bmplot.py,sha256=YoI7StM9qeZqyRfFX4M7oUGFz50tXTDOMIUqjYozj9s,54066
|
5
5
|
bmtool/connectors.py,sha256=hWkUUcJ4tmas8NDOFPPjQT-TgTlPcpjuZsYyAW2WkPA,72242
|
6
6
|
bmtool/graphs.py,sha256=K8BiughRUeXFVvAgo8UzrwpSClIVg7UfmIcvtEsEsk0,6020
|
7
7
|
bmtool/manage.py,sha256=_lCU0qBQZ4jSxjzAJUd09JEetb--cud7KZgxQFbLGSY,657
|
@@ -19,9 +19,9 @@ bmtool/util/commands.py,sha256=zJF-fiLk0b8LyzHDfvewUyS7iumOxVnj33IkJDzux4M,64396
|
|
19
19
|
bmtool/util/util.py,sha256=00vOAwTVIifCqouBoFoT0lBashl4fCalrk8fhg_Uq4c,56654
|
20
20
|
bmtool/util/neuron/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
bmtool/util/neuron/celltuner.py,sha256=xSRpRN6DhPFz4q5buq_W8UmsD7BbUrkzYBEbKVloYss,87194
|
22
|
-
bmtool-0.6.8.dist-info/LICENSE,sha256=qrXg2jj6kz5d0EnN11hllcQt2fcWVNumx0xNbV05nyM,1068
|
23
|
-
bmtool-0.6.8.dist-info/METADATA,sha256=
|
24
|
-
bmtool-0.6.8.dist-info/WHEEL,sha256=
|
25
|
-
bmtool-0.6.8.dist-info/entry_points.txt,sha256=0-BHZ6nUnh0twWw9SXNTiRmKjDnb1VO2DfG_-oprhAc,45
|
26
|
-
bmtool-0.6.8.dist-info/top_level.txt,sha256=gpd2Sj-L9tWbuJEd5E8C8S8XkNm5yUE76klUYcM-eWM,7
|
27
|
-
bmtool-0.6.8.dist-info/RECORD,,
|
22
|
+
bmtool-0.6.8.1.dist-info/licenses/LICENSE,sha256=qrXg2jj6kz5d0EnN11hllcQt2fcWVNumx0xNbV05nyM,1068
|
23
|
+
bmtool-0.6.8.1.dist-info/METADATA,sha256=YVdlvlptmCrgkau7KEk_HkbEi__QcX0bAxDwe4eExJM,20431
|
24
|
+
bmtool-0.6.8.1.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
|
25
|
+
bmtool-0.6.8.1.dist-info/entry_points.txt,sha256=0-BHZ6nUnh0twWw9SXNTiRmKjDnb1VO2DfG_-oprhAc,45
|
26
|
+
bmtool-0.6.8.1.dist-info/top_level.txt,sha256=gpd2Sj-L9tWbuJEd5E8C8S8XkNm5yUE76klUYcM-eWM,7
|
27
|
+
bmtool-0.6.8.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|