View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012615ParaView(No Category)public2011-09-26 21:482012-10-29 17:04
Reporterohyeahq 
Assigned ToSebastien Jourdain 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version3.98.0 
Summary0012615: Outline Cube Axes ignores Scale
DescriptionThe 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()

TagsNo tags attached.
ProjectTBD
Topic Name13093-allow-non-scaled-range-for-cube-axes
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027527)
ohyeahq (reporter)
2011-09-26 22:04

There seems no way to rescale the axis ticks. "Edit Properties - Custom Bounds" does not work!
(0027529)
ohyeahq (reporter)
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 (reporter)
2012-06-07 17:13

This may be a duplicate of
http://paraview.org/Bug/view.php?id=13093 [^]
(0028897)
Utkarsh Ayachit (administrator)
2012-07-24 10:48

merged into master, if applicable.
(0028938)
Alan Scott (manager)
2012-07-25 19:51

Duplicate of 13093

 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


Copyright © 2000 - 2018 MantisBT Team