Difference between revisions of "Project Week 25/Interactive Manipulation of Plots and Graphs"

From NAMIC Wiki
Jump to: navigation, search
Line 34: Line 34:
  
 
==Background and References==
 
==Background and References==
https://www.slicer.org/wiki/Developer_Meetings/20170425
+
*https://www.slicer.org/wiki/Developer_Meetings/20170425
http://www.jqplot.com/examples/customHighlighterCursorTrendline.php
+
*http://www.jqplot.com/examples/customHighlighterCursorTrendline.php
http://www.jqplot.com/examples/zooming.php
+
*http://www.jqplot.com/examples/zooming.php

Revision as of 14:08, 9 June 2017

Home < Project Week 25 < Interactive Manipulation of Plots and Graphs


Back to Projects List


Key Investigators

Project Description

Objective Approach and Plan Progress and Next Steps

Implementing the following plotting and graphs infrastructure enhancement:

  • Panning a zoomed section of the graphs;
  • Click and Drag a point;
  • Data selection (select many points at once).
  • Review if jqPlot can satisfy our requirements
  • Implement them

Illustrations

The idea is to be able to modify the parameters (in the table) of a model (cyan surface) directly from the plotting window.

SlicerAstroWiki13.png

Background and References