Skip to content

WIP: Final fixes vtk plotting

Davide Punzo requested to merge github/fork/Punzo/FinalFixesVTKPlotting into master

@lassoan. This is still a in working progress.

I did:

  1. addressed the issues reported by you in https://github.com/Slicer/Slicer/pull/795
  2. reworked the PlotViewController GUI: now all the properties of the PlotDataNodes are all at the second line and they apply at the current selected nodes. Add/Remove/Rename action to the ComboBox have been added.
  3. Edit action at the PlotDataNodeComboBox is under work: the idea is that clicking the action will open the ViewController Module with widget to set the following properties for the selected PlotDataNode: // 1) Set vtkTable // 2) Set X-Axis // 3) Set Y-Axis // 4) Set color plot // 5) Set Type // 6) Set Markers

tomorrow I think I'll finish, the we can further discuss or chat about it on an hangout call (next developer hangout or we can set a meeting).

Merge request reports