View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014098ParaView(No Category)public2013-05-28 22:232013-06-18 15:37
ReporterUtkarsh Ayachit 
Assigned ToKyle Lutz 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.0 
Summary0014098: Plot over line shows non-existant 0 values
Description+ Open can.ex2, all variable, hit apply
+ Create plot-over-line, default properites, apply

You get the attached plot for GlobalNodeId. While, EQPS and other variable correctly show no-line for missing values, why does GlobalNodeId go to 0? Looks like a bug.
TagsNo tags attached.
ProjectSandia
Topic Name14098-skip-invalid-points
Typeincorrect functionality
Attached Filespng file icon line-plog.png [^] (51,034 bytes) 2013-05-28 22:23

 Relationships

  Notes
(0030874)
Utkarsh Ayachit (administrator)
2013-05-31 00:25

The problem is that the charts don't use vtkValidMask array (or whatever that array is called that's put in by PlotOverLine filter), but NaNs to determine whether the value is valid. For int arrays, there are no NaNs, and hence they are always plotted.
(0030981)
Kyle Lutz (viewer)
2013-06-10 10:18

Merge topic '14098-skip-invalid-points' into next

988412c Render only valid data in charts
(0030988)
Utkarsh Ayachit (administrator)
2013-06-13 10:39

SUMMARY
---------------------------------------------
Topics merged into master:
(VTK) 14098-skip-invalid-points
        14108_www_install_rules
        14120_play_pause_play_animation_fix
        14123_catalyst_live_insitu
        add_python_create_view_api
        double_slider
        fix-discard-button
        fix-multi-block-test
        fix_orientation_widget
        fix-www-content-doc
(VTK) forward-vtk-to-release
        pvw-fix-mouse-listener-z-index

(0031000)
Alan Scott (manager)
2013-06-18 15:37

tested local server, Linux, 4.0.1.

 Issue History
Date Modified Username Field Change
2013-05-28 22:23 Utkarsh Ayachit New Issue
2013-05-28 22:23 Utkarsh Ayachit File Added: line-plog.png
2013-05-30 13:20 Utkarsh Ayachit Assigned To => Kyle Lutz
2013-05-31 00:25 Utkarsh Ayachit Note Added: 0030874
2013-06-10 10:18 Kyle Lutz Topic Name => 14098-skip-invalid-points
2013-06-10 10:18 Kyle Lutz Note Added: 0030981
2013-06-10 10:18 Kyle Lutz Status backlog => gatekeeper review
2013-06-10 10:18 Kyle Lutz Resolution open => fixed
2013-06-13 10:33 Utkarsh Ayachit Fixed in Version => 4.0
2013-06-13 10:39 Utkarsh Ayachit Status gatekeeper review => customer review
2013-06-13 10:39 Utkarsh Ayachit Note Added: 0030988
2013-06-18 15:37 Alan Scott Note Added: 0031000
2013-06-18 15:37 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team