Menu

#298 Allow selection of data for boxplots via index vectors

v1.1.x
closed
None
v1.1.1
Change Request
2018-05-02
2018-03-27
Erik Hänel
No

If one wants to display some boxplots together in one plot one has to enter currently the following:

plot CACHE(:,1), CACHE(:,2), CACHE(:,3), ... -set boxplot

Instead the following would be more straightforward:

idx(:,1) = 1,2,3,...;
plot CACHE(:,idx(:,1)) -set boxplot

Add a functionality like this.

Analysis:
This requires some changes, which have to be made only for the special case boxplot. I.e. allowing more than only 6 columns for one plot and evaluating the data ranges for this dimensions.

Implementation:
The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
The change was documented in the changes log. Additionally the corresponding item in the plotoptions documentation article were enhanced.

Tests:
The change was tested manually. No deviations detected. Change request implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-03-27
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-03-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,3 +8,11 @@
         plot CACHE(:,idx(:,1)) -set boxplot
    
     Add a functionality like this.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-03-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,6 +10,7 @@
     Add a functionality like this.
    
     **Analysis:**
    +This requires some changes, which have to be made only for the special case `boxplot`. I.e. allowing more than only 6 columns for one plot and evaluating the data ranges for this dimensions.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-03-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -13,7 +13,9 @@
     This requires some changes, which have to be made only for the special case `boxplot`. I.e. allowing more than only 6 columns for one plot and evaluating the data ranges for this dimensions.
    
     **Implementation:**
    +The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The change was documented in the changes log. Additionally the corresponding item in the plotoptions documentation article were enhanced.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-05-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -19,3 +19,4 @@
     The change was documented in the changes log. Additionally the corresponding item in the plotoptions documentation article were enhanced.
    
     **Tests:**
    +The change was tested manually. No deviations detected. Change request implemented successfully.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB