#10: Need to add colorbar
-------------------------+--------------------------------------------------
Reporter: rosborn | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: GUI | Version:
Keywords: |
-------------------------+--------------------------------------------------
Two-dimensional plots should have a color bar to the right of the main
plot.
--
Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/10>
nexpy <https://trac.mcs.anl.gov/projects/nexpy>
My example project
#9: Line editing behavior in the Pyshell
-------------------------+--------------------------------------------------
Reporter: rosborn | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: GUI | Version:
Keywords: |
-------------------------+--------------------------------------------------
Is it possible to swap the behavior of the 'cursor arrow' and 'shift-
cursor arrow' in the pyshell? i.e., pressing the up-arrow will give the
previous command (not shift-up-arrow).
Ideally, I would like the behavior to mimic that in iPython.
--
Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/9>
nexpy <https://trac.mcs.anl.gov/projects/nexpy>
My example project
#6: Resizing the axis panel
-------------------------+--------------------------------------------------
Reporter: rosborn | Owner: nobody
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: GUI | Version:
Keywords: |
-------------------------+--------------------------------------------------
The right-hand axis panel takes up a lot of real estate on a small screen,
and attempts to resize it seem to produce anomalies. I would prefer it to
be a fixed (and smaller) size, with all resizing (by resizing the whole
window or just dragging the central panel) working on the plot panel
rather than the axis panel.
--
Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/6>
nexpy <https://trac.mcs.anl.gov/projects/nexpy>
My example project
#5: viewers directory
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: nobody
Type: bug | Status: new
Priority: major | Milestone:
Component: GUI | Version:
Keywords: |
-----------------------+----------------------------------------------------
Boyana,
treectrl.py now has an 'import gui.viewers.plotter2d as plotter'
statement, but I don't see a gui/viewers directory anywhere. Do you need
to add this directory or am I missing something?
--
Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/5>
nexpy <https://trac.mcs.anl.gov/projects/nexpy>
My example project
#7: Expand data listing in the tree view
-------------------------+--------------------------------------------------
Reporter: rosborn | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: GUI | Version:
Keywords: |
-------------------------+--------------------------------------------------
Re: yesterday's discussion with Boyana, here is a possible listing of the
data in the tree view that saves having to expand too many tabs to extract
the attribute values. It is based on the output from the NXbrowse
application distributed with NeXus.
data[148,750] (NX_INT32) = [ 0 1 0 ...]
units = counts
signal = 1
axes = polar_angle:time_of_flight
long_name = Neutron Counts
--
Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/7>
nexpy <https://trac.mcs.anl.gov/projects/nexpy>
My example project
#8: Locked slider inconsistency
---------------------+------------------------------------------------------
Reporter: rosborn | Owner: nobody
Type: bug | Status: new
Priority: major | Milestone:
Component: GUI | Version:
Keywords: |
---------------------+------------------------------------------------------
If the sliders are locked together, changing the value in the 'lowtext'
textbox should automatically change the value in the 'hightext' textbox to
preserve the difference between the two. Otherwise, it is impossible to
set the locked slider position using the textboxes.
--
Ticket URL: <http://trac.mcs.anl.gov/projects/nexpy/ticket/8>
nexpy <http://trac.mcs.anl.gov/projects/nexpy>
My example project