Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 2aba29: Added a removeSeries(...) method to the PlotProvid...

  Branch: refs/heads/anna/gridlayout
  Home:   https://github.com/eclipse/ice
  Commit: 2aba2959dbd24b0edadb339fcd5ba191af8734f4
      https://github.com/eclipse/ice/commit/2aba2959dbd24b0edadb339fcd5ba191af8734f4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/PlotProvider.java
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/PlotProviderTester.java

  Log Message:
  -----------
  Added a removeSeries(...) method to the PlotProvider for CSVPlots. This
method is tested.

Updated the CSVPlot to remove the old series and plot the new one when
draw(...) is called with a new plot category and type.

Fixed the available plot categories in CSVPlot.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top