bmtool 0.5.9.9__tar.gz → 0.6.0__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.
- {bmtool-0.5.9.9 → bmtool-0.6.0}/PKG-INFO +1 -1
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/bmplot.py +1 -1
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/PKG-INFO +1 -1
- {bmtool-0.5.9.9 → bmtool-0.6.0}/setup.py +1 -1
- {bmtool-0.5.9.9 → bmtool-0.6.0}/LICENSE +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/README.md +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/SLURM.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/__init__.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/__main__.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/connectors.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/debug/__init__.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/debug/commands.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/debug/debug.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/graphs.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/manage.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/plot_commands.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/singlecell.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/synapses.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/util/__init__.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/util/commands.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/util/neuron/__init__.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/util/neuron/celltuner.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool/util/util.py +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/SOURCES.txt +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/dependency_links.txt +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/entry_points.txt +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/requires.txt +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/bmtool.egg-info/top_level.txt +0 -0
- {bmtool-0.5.9.9 → bmtool-0.6.0}/setup.cfg +0 -0
@@ -890,7 +890,7 @@ def plot_3d_positions(config=None, populations_list=None, group_by=None, title=N
|
|
890
890
|
if not is_notebook:
|
891
891
|
plt.show()
|
892
892
|
|
893
|
-
return
|
893
|
+
return ax
|
894
894
|
|
895
895
|
def plot_3d_cell_rotation(config=None, populations_list=None, group_by=None, title=None, save_file=None, quiver_length=None, arrow_length_ratio=None, group=None, subset=None):
|
896
896
|
from scipy.spatial.transform import Rotation as R
|
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
|