Skip to content
Snippets Groups Projects
Commit 371daf97 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix imageViewer y-spacing and unbump agora

parent e6216fa0
No related branches found
No related tags found
No related merge requests found
......@@ -312,8 +312,8 @@ class remoteImageViewer:
)
plt.yticks(
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))
],
labels=channel_labels,
......
......@@ -24,7 +24,7 @@ requests-toolbelt = "^0.9.1"
h5py = "2.10" # I/O into files
imageio = "2.8.0"
omero-py = ">=5.6.2" # contact omero server
aliby-agora = "^0.2.30"
aliby-agora = "^0.2.29"
aliby-baby = "^0.1.10"
aliby-post = "^0.1.27"
p-tqdm = "^1.3.3" # Parallel progress bars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment