[nexpy] #13: Plotting projections through right-click
#13: Plotting projections through right-click -------------------------------+-------------------------------------------- Reporter: rosborn | Owner: nobody Type: new functionality | Status: new Priority: major | Milestone: Component: GUI | Version: Keywords: | -------------------------------+-------------------------------------------- Allow slices of data to be created by dragging rectangles, with a right- click to set options. These should include 1) zoom of 2D plot to rectangle 2) one- or two-D plots of projections of the data along x0, x1, x2, ... Slice syntax --------- * 2D data->1D vs x0 - data[x0min:x0max,x1min:x1max].nxsum(1) * 2D data->1D vs x1 - data[x0min:x0max,x1min:x1max].nxsum(0) * 3D data->2D vs x0,x1 - data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(2) * 3D data->2D vs x0,x2 - data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(1) * 3D data->2D vs x1,x2 - data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(0) * 3D data->1D vs x0 - (data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(1)).nxsum(1) * 3D data->1D vs x1 - (data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(0)).nxsum(1) * 3D data->1D vs x2 - (data[x0min:x0max,x1min:x1max,x2min:x2max].nxsum(0)).nxsum(0) -- Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/13> nexpy <https://trac.mcs.anl.gov/projects/nexpy> My example project
#13: Plotting projections through right-click -------------------------------+-------------------------------------------- Reporter: rosborn | Owner: nobody Type: new functionality | Status: new Priority: critical | Milestone: Component: GUI | Version: Keywords: | -------------------------------+-------------------------------------------- Changes (by rosborn): * priority: major => critical -- Ticket URL: <https://trac.mcs.anl.gov/projects/nexpy/ticket/13#comment:1> nexpy <https://trac.mcs.anl.gov/projects/nexpy> My example project
participants (1)
-
nexpy