Skip to content
Snippets Groups Projects
Commit c8ee10d1 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

LightBoxCanvas zax can be specified with 0, 1, 2, or any of 'xyzXYZ'

parent 8deb576c
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ class SliceCanvasOpts(props.HasProperties):
"""
zax = props.Choice((0, 1, 2))
zax = props.Choice((0, 1, 2),
alternates=[['x', 'X'], ['y', 'Y'], ['z', 'Z']])
"""The display coordinate system axis to be used as the screen *depth*
axis.
"""
......
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