MantisBT - ParaView
View Issue Details
0014899ParaView(No Category)public2014-07-30 14:582015-01-11 08:16
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.24.2 
Sandia
14899_ensure_good_axes_ranges
incorrect functionality
0014899: Change 2d, View properties, Axis use custom range to set min/max
We need to change the 2d view properties, Axis Use Custom Range to set the min and max. As the user selects this option, please fill in min and max with real data from the 2d plot. If a user toggles Axis Use Custom Range off and on, once again, set to current data in the plot.

A really good example is can.exo, plot over line (default line placement), step 5. Range runs from 0 to 1.5e7. Currently, the code sets this to 0 to 1, which is useless.
No tags attached.
related to 0012466closed Utkarsh Ayachit Plot over line should have an option to rescale every timestep 
Issue History
2014-07-30 14:58Alan ScottNew Issue
2014-07-30 14:59Alan ScottRelationship addedrelated to 0012466
2014-07-30 15:01Alan ScottNote Added: 0033155
2014-07-30 15:01Alan ScottAssigned To => Alan Scott
2014-07-30 15:01Alan ScottStatusbacklog => todo
2014-07-30 15:01Alan ScottTarget Version => 4.2
2014-07-30 16:35Alan ScottAssigned ToAlan Scott =>
2014-07-31 13:07Utkarsh AyachitStatustodo => backlog
2014-07-31 13:08Utkarsh AyachitStatusbacklog => todo
2014-07-31 13:18Utkarsh AyachitAssigned To => Utkarsh Ayachit
2014-07-31 13:19Utkarsh AyachitStatustodo => active development
2014-07-31 13:51Utkarsh AyachitTopic Name => 14899_ensure_good_axes_ranges
2014-07-31 13:51Utkarsh AyachitNote Added: 0033174
2014-07-31 13:51Utkarsh AyachitStatusactive development => gatekeeper review
2014-07-31 13:51Utkarsh AyachitFixed in Version => git-next
2014-07-31 13:51Utkarsh AyachitResolutionopen => fixed
2014-08-02 09:26Utkarsh AyachitNote Added: 0033176
2014-08-02 09:26Utkarsh AyachitStatusgatekeeper review => customer review
2014-08-02 09:26Utkarsh AyachitFixed in Versiongit-next => git-master
2014-08-18 21:03Alan ScottNote Added: 0033249
2014-08-18 21:03Alan ScottStatuscustomer review => closed
2014-08-29 10:59Utkarsh AyachitFixed in Versiongit-master => 4.2
2015-01-11 08:16Utkarsh AyachitSource_changeset_attached => ParaView master b8df7056
2015-01-11 08:16Utkarsh AyachitSource_changeset_attached => ParaView master 976aeb9f

Notes
(0033155)
Alan Scott   
2014-07-30 15:01   
Needs to be done for 4.2.
(0033174)
Utkarsh Ayachit   
2014-07-31 13:51   
commit 976aeb9f0c8c644e54270694ea21ce6cd983e359
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Jul 31 13:47:25 2014 -0400

    BUG 0014899. Fixed invalid default chart ranges.
    
    When user switched to use "custom axes range", the values would always
    simply be 0,1 (unless the user interacted with the view). This fix
    ensures that the range properties are updated after each render.
    
    Change-Id: I3514a5a6a019a74525c9f44fc5b64e0b02c7632a
(0033176)
Utkarsh Ayachit   
2014-08-02 09:26   
SUMMARY
---------------------------------------------
Topics merged into master:
        14599_fix_double_range_issues
        14899_ensure_good_axes_ranges
        fix_matplot_lib
        fix_proxy_widget_dialog_apply
        pvweb-fixes


---------------------------------------------
Topics reverted from next:
  14813_fix_mode_shapes_range
(0033249)
Alan Scott   
2014-08-18 21:03   
Nice!

Tested local server, master, Linux.