MantisBT - ParaView
View Issue Details
0014940ParaView(No Category)public2014-08-15 12:282015-09-06 12:18
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.44.4 
Sandia
incorrect functionality
0014940: Plot max over time results in insanity
With the new selection mechanism, plotting the maximum value over time is easy, right? Well, it should be, but when you try it you end up with this crazy plot containing tons of series.

To replicate, do the following:

1. Open can.ex2. Load all variables. Apply.
2. Open the Find Data dialog.
3. Create the selection "EQPS" "is max". Run Selection Query.
4. Click Plot Selection Over Time. Apply.

Clearly when I did these actions I probably wanted a plot of maximum value of EQPS at every time step. However, what I get is a ton of series giving me different descriptive statistics for every variable.

I'm not sure what the right thing to do is, but the current behavior is a mess.
No tags attached.
related to 0014945closed Utkarsh Ayachit Plot selection over time should produce quartile area plots 
related to 0015512closed Utkarsh Ayachit Simplify 2d quartile chart view legend 
Issue History
2014-08-15 12:28Ken MorelandNew Issue
2014-08-15 15:06Ken MorelandDescription Updatedbug_revision_view_page.php?rev_id=807#r807
2014-08-15 16:20Ken MorelandRelationship addedrelated to 0014945
2014-08-15 16:22Ken MorelandNote Added: 0033228
2015-04-09 20:39Alan ScottProjectTBD => Sandia
2015-04-09 20:39Alan ScottTarget Version => 4.4
2015-05-14 19:52Utkarsh AyachitNote Added: 0034414
2015-05-14 19:52Utkarsh AyachitStatusbacklog => customer review
2015-05-14 19:52Utkarsh AyachitFixed in Version => git-master
2015-05-14 19:52Utkarsh AyachitResolutionopen => fixed
2015-05-14 19:52Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-06-04 15:53Alan ScottRelationship addedrelated to 0015512
2015-06-04 15:55Alan ScottNote Added: 0034474
2015-06-04 15:55Alan ScottStatuscustomer review => closed
2015-09-06 12:18Utkarsh AyachitFixed in Versiongit-master => 4.4

Notes
(0033228)
Ken Moreland   
2014-08-15 16:22   
After giving this some thought, I think the right thing to do is to chart the data using a method that properly represents the statistics. I've created issue 0014945 that describes a method doing just that. Resolving that bug should also resolve this one.
(0034414)
Utkarsh Ayachit   
2015-05-14 19:52   
See: https://gitlab.kitware.com/paraview/paraview/merge_requests/87 [^]
(0034474)
Alan Scott   
2015-06-04 15:55   
Very nice. Notice I created a separate clean up bug, linked above.

Tested master, Linux, local server. (Numpy is failing on my remote build).