@@ -42,7 +42,7 @@ def _construct_positions_layer(
4242 "metadata" : {"experiment_id" : exp_id , "p_id" : p_id , "source" : source },
4343 "out_of_slice_display" : True ,
4444 "projection_mode" : "all" ,
45- "axis_labels" : ('z' , 'y' , 'x' ),
45+ # "axis_labels": ('z', 'y', 'x'),
4646 "units" : 'angstrom' ,
4747 ** pt_kwargs ,
4848 },
@@ -71,7 +71,7 @@ def _construct_orientations_layer(
7171 "vector_style" : "arrow" ,
7272 "out_of_slice_display" : True ,
7373 "projection_mode" : "all" ,
74- "axis_labels" : ('z' , 'y' , 'x' ),
74+ # "axis_labels": ('z', 'y', 'x'),
7575 "units" : 'angstrom' ,
7676 },
7777 "vectors" ,
@@ -179,7 +179,7 @@ def read_image(image):
179179 "blending" : "translucent" ,
180180 "plane" : {"thickness" : 5 },
181181 "projection_mode" : "mean" ,
182- "axis_labels" : ('z' , 'y' , 'x' ),
182+ # "axis_labels": ('z', 'y', 'x'),
183183 "units" : 'angstrom' ,
184184 },
185185 "image" ,
@@ -212,7 +212,7 @@ def read_surface_picks(path):
212212 "edge_color" : "surface_id" ,
213213 "shape_type" : "path" ,
214214 "ndim" : 3 ,
215- "axis_labels" : ('z' , 'y' , 'x' ),
215+ # "axis_labels": ('z', 'y', 'x'),
216216 "units" : 'angstrom' ,
217217 },
218218 "shapes" ,
@@ -236,7 +236,7 @@ def read_surface(path):
236236 "scale" : scale ,
237237 # TODO: needs to exposed in napari
238238 # colormap=colormap
239- "axis_labels" : ('z' , 'y' , 'x' ),
239+ # "axis_labels": ('z', 'y', 'x'),
240240 "units" : 'angstrom' ,
241241 },
242242 "surface" ,
0 commit comments