View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015064ParaView(No Category)public2014-10-22 16:542015-01-02 10:43
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version4.2 
Target Version4.3Fixed in Version4.3 
Summary0015064: (Venus) plot over line doesn't correctly reset
DescriptionWhen re-targeting inputs to plot over line, it doesn't correctly reset. Although this sequence sounds strange, it is used all the time by my user. He is setting up a complex set of 2d plots, and trying to reuse the same setup for multiple files. Save/restore state is failing for him.

Linux, 4.2.0, local server, auto apply on (although I bet it doesn't matter.)

* Sources/ line.
* Calculator. (Correct, no input formula.)
* Plot over line. Notice the X and Y extents. Both are 0-1.
* Sources line. Change the X coordinate of point 1 to be -5, point 2 to be 5. We now have a line that is 1
* Right click on the Calculator in the pipeline browser, and "change input". Change it to line 2.

<<Bug>> Notice that the line will shift, as it should, but the X axis doesn't change. Further, the green line appears to go into negative line space. This is probably misrepresenting data.

If you run plot over line from line2, you can see what should be happening - the X axis goes from 0 to 10.
TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033662)
Alan Scott (manager)
2014-10-22 16:55

Targeting 4.3, since this is misrepresenting data.
(0033689)
Utkarsh Ayachit (administrator)
2014-11-03 14:54

The X-axis is not expected to change. If you look at the Properties panel for the "Plot Over Line" in the "Line Chart View", the "X Array Name" is set to "arc_length" by default. This is the length of the probe line (used for the probing operation) which wasn't changed when you changed inputs and hence it will remain 0-1.

If you run a new "Plot Over Line" on Line2, the Point1 and Point2 on this filter will be reset to the values in the data i.e. [-5,5] and hence it will go from 0-10.

Changing inputs is not expected to change properties on the filters. YOu can reset to the new range after you change the input by clicking the "X Axis" button, for example.

I do not understand the "negative line space" comment.
(0033692)
Alan Scott (manager)
2014-11-03 20:39

Why shouldn't the arc_length change if you change the input filter? Seems to me that it should...

Ignore my "negative line space" comment. I was being brain dead....
(0033695)
Utkarsh Ayachit (administrator)
2014-11-04 09:16
edited on: 2014-11-04 09:16

'arc_length' cannot change.

There are two parts here:
(a) The data being probed *into* (which in your case is Line1 and Line2 sources).
(b) The data being probed *with* (this is the thing setup using the 3D widget).

arc_length is a measure of (b), and not (a). Since (b) doesn't change when the input is changed, arc_length isn't expected to change.

(0033936)
Alan Scott (manager)
2014-12-10 17:02

OK, you have beat sense into me. Closing.

 Issue History
Date Modified Username Field Change
2014-10-22 16:54 Alan Scott New Issue
2014-10-22 16:55 Alan Scott Note Added: 0033662
2014-10-22 16:55 Alan Scott Target Version => 4.3
2014-11-03 14:54 Utkarsh Ayachit Note Added: 0033689
2014-11-03 14:55 Utkarsh Ayachit Status backlog => gatekeeper review
2014-11-03 14:55 Utkarsh Ayachit Fixed in Version => git-master
2014-11-03 14:55 Utkarsh Ayachit Resolution open => no change required
2014-11-03 14:55 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-11-03 14:55 Utkarsh Ayachit Status gatekeeper review => customer review
2014-11-03 20:39 Alan Scott Note Added: 0033692
2014-11-04 09:16 Utkarsh Ayachit Note Added: 0033695
2014-11-04 09:16 Utkarsh Ayachit Note Edited: 0033695
2014-12-10 17:02 Alan Scott Note Added: 0033936
2014-12-10 17:02 Alan Scott Status customer review => closed
2015-01-02 10:43 Utkarsh Ayachit Fixed in Version git-master => 4.3


Copyright © 2000 - 2018 MantisBT Team