MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014899 | ParaView | (No Category) | public | 2014-07-30 14:58 | 2015-01-11 08:16 |
|
| Reporter | Alan Scott | |
| Assigned To | Utkarsh Ayachit | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | git-master | |
| Target Version | 4.2 | Fixed in Version | 4.2 | |
| Project | Sandia |
| Topic Name | 14899_ensure_good_axes_ranges |
| Type | incorrect functionality |
|
| Summary | 0014899: Change 2d, View properties, Axis use custom range to set min/max |
| Description | 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. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | 0012466 | closed | Utkarsh Ayachit | Plot over line should have an option to rescale every timestep |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2014-07-30 14:58 | Alan Scott | New Issue | |
| 2014-07-30 14:59 | Alan Scott | Relationship added | related to 0012466 |
| 2014-07-30 15:01 | Alan Scott | Note Added: 0033155 | |
| 2014-07-30 15:01 | Alan Scott | Assigned To | => Alan Scott |
| 2014-07-30 15:01 | Alan Scott | Status | backlog => todo |
| 2014-07-30 15:01 | Alan Scott | Target Version | => 4.2 |
| 2014-07-30 16:35 | Alan Scott | Assigned To | Alan Scott => |
| 2014-07-31 13:07 | Utkarsh Ayachit | Status | todo => backlog |
| 2014-07-31 13:08 | Utkarsh Ayachit | Status | backlog => todo |
| 2014-07-31 13:18 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
| 2014-07-31 13:19 | Utkarsh Ayachit | Status | todo => active development |
| 2014-07-31 13:51 | Utkarsh Ayachit | Topic Name | => 14899_ensure_good_axes_ranges |
| 2014-07-31 13:51 | Utkarsh Ayachit | Note Added: 0033174 | |
| 2014-07-31 13:51 | Utkarsh Ayachit | Status | active development => gatekeeper review |
| 2014-07-31 13:51 | Utkarsh Ayachit | Fixed in Version | => git-next |
| 2014-07-31 13:51 | Utkarsh Ayachit | Resolution | open => fixed |
| 2014-08-02 09:26 | Utkarsh Ayachit | Note Added: 0033176 | |
| 2014-08-02 09:26 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2014-08-02 09:26 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
| 2014-08-18 21:03 | Alan Scott | Note Added: 0033249 | |
| 2014-08-18 21:03 | Alan Scott | Status | customer review => closed |
| 2014-08-29 10:59 | Utkarsh Ayachit | Fixed in Version | git-master => 4.2 |
| 2015-01-11 08:16 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master b8df7056 |
| 2015-01-11 08:16 | Utkarsh Ayachit | Source_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. |
|