Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alibylite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Swain Lab
aliby
alibylite
Commits
371daf97
Commit
371daf97
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
fix imageViewer y-spacing and unbump agora
parent
e6216fa0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aliby/utils/imageViewer.py
+2
-2
2 additions, 2 deletions
aliby/utils/imageViewer.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
3 additions
and
3 deletions
aliby/utils/imageViewer.py
+
2
−
2
View file @
371daf97
...
@@ -312,8 +312,8 @@ class remoteImageViewer:
...
@@ -312,8 +312,8 @@ class remoteImageViewer:
)
)
plt
.
yticks
(
plt
.
yticks
(
ticks
=
[
ticks
=
[
self
.
tiler
.
tile_size
*
(
i
+
0.5
)
(
i
*
self
.
tiler
.
tile_size
*
nrows
)
+
(
i
*
self
.
tiler
.
tile_size
*
nrows
)
+
self
.
tiler
.
tile_size
*
nrows
/
2
for
i
in
range
(
len
(
channels
))
for
i
in
range
(
len
(
channels
))
],
],
labels
=
channel_labels
,
labels
=
channel_labels
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
371daf97
...
@@ -24,7 +24,7 @@ requests-toolbelt = "^0.9.1"
...
@@ -24,7 +24,7 @@ requests-toolbelt = "^0.9.1"
h5py
=
"2.10"
# I/O into files
h5py
=
"2.10"
# I/O into files
imageio
=
"2.8.0"
imageio
=
"2.8.0"
omero-py
=
">
=
5.6
.
2
" # contact omero server
omero-py
=
">
=
5.6
.
2
" # contact omero server
aliby-agora
=
"^0.2.
30
"
aliby-agora
=
"^0.2.
29
"
aliby-baby
=
"^0.1.10"
aliby-baby
=
"^0.1.10"
aliby-post
=
"^0.1.27"
aliby-post
=
"^0.1.27"
p-tqdm
=
"^1.3.3"
# Parallel progress bars
p-tqdm
=
"^1.3.3"
# Parallel progress bars
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment