MantisBT - ParaView
View Issue Details
0012615ParaView(No Category)public2011-09-26 21:482012-10-29 17:04
ohyeahq 
Sebastien Jourdain 
highminorhave not tried
closedfixed 
3.10.1 
3.98.0 
TBD
13093-allow-non-scaled-range-for-cube-axes
incorrect functionality
0012615: Outline Cube Axes ignores Scale
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()

No tags attached.
Issue History
2011-09-26 21:48ohyeahqNew Issue
2011-09-26 22:04ohyeahqNote Added: 0027527
2011-09-27 21:50ohyeahqNote Added: 0027529
2011-10-21 11:37Utkarsh AyachitProjectRelease => TBD
2012-06-07 17:13LawrenceNote Added: 0028676
2012-07-19 10:48Sebastien JourdainTopic Name => 13093-allow-non-scaled-range-for-cube-axes
2012-07-19 10:48Sebastien JourdainStatusbacklog => gatekeeper review
2012-07-19 10:48Sebastien JourdainResolutionopen => fixed
2012-07-19 10:48Sebastien JourdainAssigned To => Sebastiennn Jourdain
2012-07-24 10:47Utkarsh AyachitFixed in Version => git-master
2012-07-24 10:48Utkarsh AyachitStatusgatekeeper review => customer review
2012-07-24 10:48Utkarsh AyachitNote Added: 0028897
2012-07-25 19:51Alan ScottNote Added: 0028938
2012-07-25 19:51Alan ScottStatuscustomer review => closed
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-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   
This may be a duplicate of
http://paraview.org/Bug/view.php?id=13093 [^]
(0028897)
Utkarsh Ayachit   
2012-07-24 10:48   
merged into master, if applicable.
(0028938)
Alan Scott   
2012-07-25 19:51   
Duplicate of 13093