MantisBT - ParaView
View Issue Details
0006944ParaView(No Category)public2008-05-02 12:012009-05-13 13:59
Alan Scott 
Ken Moreland 
normalminoralways
closedfixed 
 
3.43.4 
0006944: Color legend numbers aren't consistent length
Color legend numbers are variable length. The following test shows this trivially:

* Open can.exo.
* Color by cellNormals
* Turn on the color legend.

One idea would be to '0' pad all numbers to be a consistent length. Another would be to allow the user to be able to change the display as a printf format - as we do with the annotate time source.
No tags attached.
related to 0006984closed Ken Moreland Specify label format for scalar bar 
Issue History
2008-05-02 12:01Alan ScottNew Issue
2008-05-07 14:34Ken MorelandNote Added: 0011733
2008-05-07 14:34Ken MorelandCategory3.4 => Someday
2008-05-07 14:42Ken MorelandNote Added: 0011734
2008-05-07 14:42Ken MorelandStatusbacklog => tabled
2008-05-07 14:42Ken MorelandAssigned To => Ken Moreland
2008-05-07 14:42Ken MorelandCategorySomeday => 3.4
2008-05-08 09:50Ken MorelandStatustabled => @80@
2008-05-08 09:50Ken MorelandResolutionopen => fixed
2008-05-08 09:50Ken MorelandNote Added: 0011746
2008-05-08 09:50Ken MorelandRelationship addedrelated to 0006984
2008-05-12 18:00Alan ScottStatus@80@ => closed
2008-05-12 18:00Alan ScottNote Added: 0011842
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011733)
Ken Moreland   
2008-05-07 14:34   
Color legend numbers have always been of inconsistent length. I'm not sure we even want them to be consistent length. If they were, numbers like 1.00, 10.0, and 100. all look about the same. Is there a reason why we want consistent length numbers now?
(0011734)
Ken Moreland   
2008-05-07 14:42   
Looking through my email, it looks like the real complaint is that you can no longer specify your own format if you want it. I submitted a bug (0006984) to be able to specify your own label format. I will assign myself this bug and declare it done once you can specify your own label format.
(0011746)
Ken Moreland   
2008-05-08 09:50   
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.cxx,v <-- Qt/Components/pqColorScaleEditor.cxx
new revision: 1.43; previous revision: 1.42
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.h,v <-- Qt/Components/pqColorScaleEditor.h
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqColorScaleDialog.ui,v <-- Qt/Components/Resources/UI/pqColorScaleDialog.ui
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVScalarBarActor.cxx,v <-- Servers/Filters/vtkPVScalarBarActor.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVScalarBarActor.h,v <-- Servers/Filters/vtkPVScalarBarActor.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.283; previous revision: 1.282
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.141; previous revision: 1.140
(0011842)
Alan Scott   
2008-05-12 18:00   
Wow! tested client/server.