MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012615 | ParaView | (No Category) | public | 2011-09-26 21:48 | 2012-10-29 17:04 |
|
Reporter | ohyeahq | |
Assigned To | Sebastien Jourdain | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.10.1 | |
Target Version | | Fixed in Version | 3.98.0 | |
Project | TBD |
Topic Name | 13093-allow-non-scaled-range-for-cube-axes |
Type | incorrect functionality |
|
Summary | 0012615: Outline Cube Axes ignores Scale |
Description | The following gives Y-ticks of +-0.25, not +-0.5, so that the 3D shape and the ticks do not match.
Sphere1 = Sphere()
DataRepresentation1 = Show()
DataRepresentation1.Scale = [1.0, 0.5, 1.0]
Outline1 = Outline()
DataRepresentation2 = Show()
DataRepresentation2.Scale = [1.0, 0.5, 1.0]
DataRepresentation2.CubeAxesVisibility = 1
Render()
|
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-26 21:48 | ohyeahq | New Issue | |
2011-09-26 22:04 | ohyeahq | Note Added: 0027527 | |
2011-09-27 21:50 | ohyeahq | Note Added: 0027529 | |
2011-10-21 11:37 | Utkarsh Ayachit | Project | Release => TBD |
2012-06-07 17:13 | Lawrence | Note Added: 0028676 | |
2012-07-19 10:48 | Sebastien Jourdain | Topic Name | => 13093-allow-non-scaled-range-for-cube-axes |
2012-07-19 10:48 | Sebastien Jourdain | Status | backlog => gatekeeper review |
2012-07-19 10:48 | Sebastien Jourdain | Resolution | open => fixed |
2012-07-19 10:48 | Sebastien Jourdain | Assigned To | => Sebastiennn Jourdain |
2012-07-24 10:47 | Utkarsh Ayachit | Fixed in Version | => git-master |
2012-07-24 10:48 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2012-07-24 10:48 | Utkarsh Ayachit | Note Added: 0028897 | |
2012-07-25 19:51 | Alan Scott | Note Added: 0028938 | |
2012-07-25 19:51 | Alan Scott | Status | customer review => closed |
2012-10-29 17:04 | Utkarsh Ayachit | Fixed in Version | git-master => 3.98.0 |
Notes |
|
(0027527)
|
ohyeahq
|
2011-09-26 22:04
|
|
There seems no way to rescale the axis ticks. "Edit Properties - Custom Bounds" does not work! |
|
|
(0027529)
|
ohyeahq
|
2011-09-27 21:50
|
|
This is actually a VERY serious issue. Suppose I have scalar data spanning 0 to 25.5 on a 1x1 XY plane. I use warp_by_scalar with the scaling factor = 1/25.5 (or Scale = [1, 1, 1/25.5]). I get a beautiful 3D surface with Z labels spanning 0 to 1! Now what? I have to say:
"The Z axis ticks are labeled as 1/25.5 of the real value."
in the fig caption of my publication. Too unprofessional to be true, isn't it? :-) |
|
|
(0028676)
|
Lawrence
|
2012-06-07 17:13
|
|
|
|
(0028897)
|
Utkarsh Ayachit
|
2012-07-24 10:48
|
|
merged into master, if applicable. |
|
|
(0028938)
|
Alan Scott
|
2012-07-25 19:51
|
|
|