MantisBT - ParaView
View Issue Details
0009127ParaViewBugpublic2009-06-09 21:332013-10-28 19:16
Alan Scott 
Alan Scott 
highmajoralways
closedfixed 
 
 
0009127: Specify Each of the Axis Labels doesn't work at all
Local server, XP, trunk (and I suspect 3.6.0)
Open disk_out_ref.exo, all variables on, apply.
Plot over line, apply.
Edit view options (nit - this should be the same as the name on the window that comes up, which is Line Chart Options).
Bottom Axis/ Layout/ Specify Each of the Axis Labels.
New Label - 20.0
New Label - 30.0
Apply, then OK.

Bug - Nothing happens to the bottom axis.
No tags attached.
Issue History
2009-06-09 21:33Alan ScottNew Issue
2009-06-10 09:32Ken MorelandNote Added: 0016687
2009-06-10 16:12Alan ScottNote Added: 0016698
2009-08-24 16:16Alan ScottTarget Version => 3.6.2
2009-08-24 16:47Alan ScottNote Added: 0017197
2009-08-31 16:11Utkarsh AyachitNote Added: 0017256
2009-08-31 16:11Utkarsh AyachitTarget Version3.6.2 => 3.8
2009-08-31 16:17Utkarsh AyachitNote Added: 0017258
2013-10-28 19:16Alan ScottNote Added: 0031750
2013-10-28 19:16Alan ScottStatusexpired => closed
2013-10-28 19:16Alan ScottAssigned To => Alan Scott
2013-10-28 19:16Alan ScottResolutionopen => fixed

Notes
(0016687)
Ken Moreland   
2009-06-10 09:32   
Comment on the nit: We can't change the name of the menu item to "Line Chart Options" because that menu item applies to the options to whatever the current view is, regardless of its type. I suppose we could change it based on the current view, but that could get confusing. I would much rather change the name of the dialog. Perhaps we should change the dialog title from "<view type> Options" to "View Options (<view type>)". So in this instance the dialog would be "View Options (Line Chart)".
(0016698)
Alan Scott   
2009-06-10 16:12   
I like Ken's suggestion!
(0017197)
Alan Scott   
2009-08-24 16:47   
Please implement this for 3.6.2 if it is reasonably easy. Otherwise, defer to 3.8.0.
(0017256)
Utkarsh Ayachit   
2009-08-31 16:11   
The new charts don't support this functionality. Consequently for 3.6 branch we had disabled the GUI so that the option to specify labels is not available at all.
(0017258)
Utkarsh Ayachit   
2009-08-31 16:17   
Partial fix for BUG 0009127. Changed the options dialog titles to "View
Settings (Bar Chart)" etc.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqActiveChartOptions.cxx,v <-- Qt/Components/pqActiveChartOptions.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Components/pqActiveRenderViewOptions.cxx,v <-- Qt/Components/pqActiveRenderViewOptions.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqBarChartOptionsWidget.ui,v <-- Qt/Components/Resources/UI/pqBarChartOptionsWidget.ui
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqLineChartOptionsWidget.ui,v <-- Qt/Components/Resources/UI/pqLineChartOptionsWidget.ui
new revision: 1.2; previous revision: 1.1


Pending 3.6 commit.
(0031750)
Alan Scott   
2013-10-28 19:16   
This is fixed in current master.